Allow tests without assertions

This commit is contained in:
Nikita Popov 2017-04-27 18:20:12 +02:00
parent 3c44785e82
commit e1ab92275c

View File

@ -9,6 +9,7 @@
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
beStrictAboutTestsThatDoNotTestAnything="false"
bootstrap="./test/bootstrap.php">
<testsuites>
<testsuite name="PHPParser Test Suite">