Skip to content

Commit 9096646

Browse files
committed
make risky tests fail
1 parent 2868c74 commit 9096646

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

phpunit.xml.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
55
backupGlobals="false"
66
bootstrap="Tests/bootstrap.php"
7-
colors="true">
7+
colors="true"
8+
failOnRisky="true"
9+
failOnWarning="true">
810
<testsuites>
911
<testsuite name="CraueFormFlowBundle">
1012
<directory suffix="Test.php">Tests</directory>

0 commit comments

Comments
 (0)