summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2013-01-15 09:35:17 +0000
committerSimon Holywell <[email protected]>2013-01-15 09:35:17 +0000
commit5f2fbc8151fa9f154b06c073fe4a7d096cb848c9 (patch)
tree55ff625c6691071a410e471720183aa8f0e9d950 /phpunit.xml
parent598927df4c32015e9b2a7a7eecb04eeda0a9dc3b (diff)
Add in some PHPUnit tests
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml
new file mode 100644
index 0000000..4718e62
--- /dev/null
+++ b/phpunit.xml
@@ -0,0 +1,11 @@
+<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>
+ </testsuite>
+ </testsuites>
+</phpunit> \ No newline at end of file