Skip to content

Commit d34208f

Browse files
[PhpUnitBridge] new bridge for testing with PHPUnit
1 parent 32d9d37 commit d34208f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"require": {
1919
"php": ">=5.3.9"
2020
},
21+
"require-dev": {
22+
"symfony/phpunit-bridge": "~2.7|~3.0.0"
23+
},
2124
"suggest": {
2225
"ext-symfony_debug": ""
2326
},

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)