Browse Source

[SoftDeleteable] Added tests to phpunit.xml.dist

comfortablynumb 13 năm trước cách đây
mục cha
commit
0103977373
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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>