Переглянути джерело

Update the test suite config to actually exclude FiveThree

Justin Hileman 13 роки тому
батько
коміт
291ca6d4cb
1 змінених файлів з 5 додано та 1 видалено
  1. 5 1
      phpunit.xml.dist

+ 5 - 1
phpunit.xml.dist

@@ -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>