Explorar el Código

[tests] included sortable extension into test configuration xml

gediminasm hace 14 años
padre
commit
06c40e201c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      tests/phpunit.xml.dist

+ 3 - 0
tests/phpunit.xml.dist

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