Update the test suite config to actually exclude FiveThree

This commit is contained in:
Justin Hileman
2012-05-01 14:05:50 -07:00
parent d1912038f3
commit 291ca6d4cb
+5 -1
View File
@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false" colors="true" bootstrap="./test/bootstrap.php">
<testsuite name="Mustache">
<directory suffix="Test.php" phpVersion="5.3.0" phpVersionOperator=">=">./test/Mustache/Test/FiveThree</directory>
<directory suffix="Test.php">./test</directory>
<exclude>./test/Mustache/Test/FiveThree</exclude>
</testsuite>
<testsuite name="Mustache FiveThree">
<directory suffix="Test.php" phpVersion="5.3.0" phpVersionOperator=">=">./test/Mustache/Test/FiveThree</directory>
</testsuite>
<filter>