Skip to content

Commit a2feb79

Browse files
[PhpUnitBridge] new bridge for testing with PHPUnit
1 parent 80b8d15 commit a2feb79

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
@@ -23,6 +23,7 @@
2323
"psr/log": "~1.0"
2424
},
2525
"require-dev": {
26+
"symfony/phpunit-bridge": "~2.7|~3.0.0",
2627
"symfony/browser-kit": "~2.3|~3.0.0",
2728
"symfony/class-loader": "~2.1|~3.0.0",
2829
"symfony/config": "~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)