소스 검색

Register Sortable Fixtures to autoloader

Lukas Botsch 14 년 전
부모
커밋
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',
     'Tree\\Fixture'              => __DIR__.'/Gedmo',
     'Sluggable\\Fixture'         => __DIR__.'/Gedmo',
+    'Sortable\\Fixture'          => __DIR__.'/Gedmo',
     'Mapping\\Fixture'           => __DIR__.'/Gedmo',
     'Loggable\\Fixture'          => __DIR__.'/Gedmo',
     'Wrapper\\Fixture'           => __DIR__.'/Gedmo',