summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 4718e62..efbc81c 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -6,6 +6,7 @@
<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