Pārlūkot izejas kodu

[SoftDeleteable] Added tests to phpunit.xml.dist

comfortablynumb 13 gadi atpakaļ
vecāks
revīzija
0103977373
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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>