Explorar o código

Restored phpunit.dist.xml file

Gustavo Adrian %!s(int64=14) %!d(string=hai) anos
pai
achega
036c306cec
Modificáronse 1 ficheiros con 23 adicións e 0 borrados
  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>