summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2013-08-28 16:07:10 +0100
committerSimon Holywell <[email protected]>2013-08-28 16:07:10 +0100
commit7f59e955249fdea88302ac2d6b5d5034e98496ec (patch)
tree8c3a04e1c23879229ef3eb09c7bf6ba3036fc4b5 /phpunit.xml
parent7b1e19fc1309303deea1b2b96bfe283f851b1c8d (diff)
Document and test PSR-1 compliant method access
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