Преглед изворни кода

[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>