Pārlūkot izejas kodu

Register Sortable Fixtures to autoloader

Lukas Botsch 14 gadi atpakaļ
vecāks
revīzija
a0e6921a1a
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      tests/bootstrap.php

+ 1 - 0
tests/bootstrap.php

@@ -44,6 +44,7 @@ $loader->registerNamespaces(array(
     'Timestampable\\Fixture'     => __DIR__.'/Gedmo',
     'Tree\\Fixture'              => __DIR__.'/Gedmo',
     'Sluggable\\Fixture'         => __DIR__.'/Gedmo',
+    'Sortable\\Fixture'          => __DIR__.'/Gedmo',
     'Mapping\\Fixture'           => __DIR__.'/Gedmo',
     'Loggable\\Fixture'          => __DIR__.'/Gedmo',
     'Wrapper\\Fixture'           => __DIR__.'/Gedmo',