Segregate 5.3+ tests, exclude them from phpunit config.
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit backupGlobals="false" colors="true" bootstrap="./test/bootstrap.php">
|
||||
<testsuite name="Mustache">
|
||||
<directory>./test</directory>
|
||||
<directory suffix="Test.php" phpVersion="5.3.0" phpVersionOperator=">=">./test/Mustache/Test/FiveThree</directory>
|
||||
<directory suffix="Test.php">./test</directory>
|
||||
</testsuite>
|
||||
|
||||
<filter>
|
||||
|
||||
Reference in New Issue
Block a user