소스 검색

[tests] included sortable extension into test configuration xml

gediminasm 14 년 전
부모
커밋
06c40e201c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tests/phpunit.xml.dist

+ 3 - 0
tests/phpunit.xml.dist

@@ -19,6 +19,9 @@
         <testsuite name="Loggable Extension">
             <directory suffix=".php">./Gedmo/Loggable/</directory>
         </testsuite>
+        <testsuite name="Sortable Extension">
+            <directory suffix=".php">./Gedmo/Sortable/</directory>
+        </testsuite>
         <testsuite name="Object wrappers">
             <directory suffix=".php">./Gedmo/Wrapper/</directory>
         </testsuite>