Преглед на файлове

[SoftDeleteable] Added tests to phpunit.xml.dist

comfortablynumb преди 13 години
родител
ревизия
0103977373
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      tests/phpunit.xml.dist

+ 3 - 0
tests/phpunit.xml.dist

@@ -41,5 +41,8 @@
         <testsuite name="Translator extension">
             <directory suffix=".php">./Gedmo/Translator/</directory>
         </testsuite>
+        <testsuite name="SoftDeleteable Extension">
+            <directory suffix=".php">./Gedmo/SoftDeleteable/</directory>
+        </testsuite>
     </testsuites>
 </phpunit>