Skip to content

Commit ff6cd64

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: fail when detecting risky tests
2 parents ddc8592 + 637f9f8 commit ff6cd64

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
@@ -43,7 +43,7 @@
4343
"symfony/dom-crawler": "^2.0.5|~3.0.0",
4444
"symfony/polyfill-intl-icu": "~1.0",
4545
"symfony/security": "~2.6|~3.0.0",
46-
"symfony/form": "^2.8.18",
46+
"symfony/form": "^2.8.19",
4747
"symfony/expression-language": "~2.6|~3.0.0",
4848
"symfony/process": "^2.0.5|~3.0.0",
4949
"symfony/validator": "~2.5|~3.0.0",

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)