Browse Source

Restored phpunit.dist.xml file

Gustavo Adrian 14 năm trước cách đây
mục cha
commit
036c306cec
1 tập tin đã thay đổi với 23 bổ sung0 xóa
  1. 23 0
      tests/phpunit.dist.xml

+ 23 - 0
tests/phpunit.dist.xml

@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<phpunit bootstrap="./bootstrap.php">
+    <testsuites>
+        <testsuite name="Translatable Extension">
+            <directory suffix=".php">./Gedmo/Translatable/</directory>
+        </testsuite>
+        <testsuite name="Sluggable Extension">
+            <directory suffix=".php">./Gedmo/Sluggable/</directory>
+        </testsuite>
+        <testsuite name="Tree Extension">
+            <directory suffix=".php">./Gedmo/Tree/</directory>
+        </testsuite>
+        <testsuite name="Timestampable Extension">
+            <directory suffix=".php">./Gedmo/Timestampable/</directory>
+        </testsuite>
+        <testsuite name="Mapping Extension">
+            <directory suffix=".php">./Gedmo/Mapping/</directory>
+        </testsuite>
+        <testsuite name="Loggable Extension">
+            <directory suffix=".php">./Gedmo/Loggable/</directory>
+        </testsuite>
+    </testsuites>
+</phpunit>