summaryrefslogtreecommitdiff
path: root/vendor/j4mie/idiorm/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/j4mie/idiorm/phpunit.xml')
-rw-r--r--vendor/j4mie/idiorm/phpunit.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/j4mie/idiorm/phpunit.xml b/vendor/j4mie/idiorm/phpunit.xml
new file mode 100644
index 000000000..efbc81c44
--- /dev/null
+++ b/vendor/j4mie/idiorm/phpunit.xml
@@ -0,0 +1,12 @@
+<phpunit backupGlobals="true"
+ backupStaticAttributes="false"
+ bootstrap="test/bootstrap.php"
+ cacheTokens="false"
+ colors="true">
+ <testsuites>
+ <testsuite name="Idiorm Test Suite">
+ <directory suffix="Test.php">test</directory>
+ <directory suffix="Test53.php" phpVersion="5.3.0" phpVersionOperator=">=">test</directory>
+ </testsuite>
+ </testsuites>
+</phpunit> \ No newline at end of file