Skip to content

Commit 0b39a8b

Browse files
[PhpUnitBridge] new bridge for testing with PHPUnit
1 parent 3d61086 commit 0b39a8b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"symfony/http-kernel": "~2.2|~3.0.0"
2222
},
2323
"require-dev": {
24+
"symfony/phpunit-bridge": "~2.7|~3.0.0",
2425
"symfony/browser-kit": "~2.4|~3.0.0",
2526
"symfony/console": "~2.3|~3.0.0",
2627
"symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",

phpunit.xml.dist

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
bootstrap="vendor/autoload.php"
88
>
99
<php>
10-
<!-- Disable E_USER_DEPRECATED until 3.0 -->
11-
<!-- php -r 'echo -1 & ~E_USER_DEPRECATED;' -->
12-
<ini name="error_reporting" value="-16385"/>
10+
<ini name="error_reporting" value="-1" />
1311
</php>
1412

1513
<testsuites>

0 commit comments

Comments
 (0)