We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2868c74 commit 9096646Copy full SHA for 9096646
1 file changed
phpunit.xml.dist
@@ -4,7 +4,9 @@
4
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
5
backupGlobals="false"
6
bootstrap="Tests/bootstrap.php"
7
- colors="true">
+ colors="true"
8
+ failOnRisky="true"
9
+ failOnWarning="true">
10
<testsuites>
11
<testsuite name="CraueFormFlowBundle">
12
<directory suffix="Test.php">Tests</directory>
0 commit comments