Skip to content

Commit 1988233

Browse files
committed
Merge branch '2.8' into 3.2
* 2.8: fail when detecting risky tests fail when detecting risky tests
2 parents 97e1984 + ff6cd64 commit 1988233

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"symfony/dom-crawler": "~2.8|~3.0",
4242
"symfony/polyfill-intl-icu": "~1.0",
4343
"symfony/security": "~2.8|~3.0",
44-
"symfony/form": "^2.8.18|^3.2.5",
44+
"symfony/form": "^2.8.19|^3.2.5",
4545
"symfony/expression-language": "~2.8|~3.0",
4646
"symfony/process": "~2.8|~3.0",
4747
"symfony/security-core": "~3.2",

phpunit.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
backupGlobals="false"
66
colors="true"
77
bootstrap="vendor/autoload.php"
8+
failOnRisky="true"
9+
failOnWarning="true"
810
>
911
<php>
1012
<ini name="error_reporting" value="-1" />

0 commit comments

Comments
 (0)