瀏覽代碼

[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">
         <testsuite name="Translator extension">
             <directory suffix=".php">./Gedmo/Translator/</directory>
             <directory suffix=".php">./Gedmo/Translator/</directory>
         </testsuite>
         </testsuite>
+        <testsuite name="SoftDeleteable Extension">
+            <directory suffix=".php">./Gedmo/SoftDeleteable/</directory>
+        </testsuite>
     </testsuites>
     </testsuites>
 </phpunit>
 </phpunit>