Просмотр исходного кода

Register Sortable Fixtures to autoloader

Lukas Botsch 14 лет назад
Родитель
Сommit
a0e6921a1a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      tests/bootstrap.php

+ 1 - 0
tests/bootstrap.php

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