浏览代码

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',