Skip to content

Commit

Permalink
[PhpUnitBridge] new bridge for testing with PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Feb 18, 2015
1 parent 289113e commit 324bdac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -19,6 +19,7 @@
"php": ">=5.3.9"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7|~3.0.0",
"symfony/event-dispatcher": "~2.1|~3.0.0",
"symfony/process": "~2.1|~3.0.0",
"psr/log": "~1.0"
Expand Down
4 changes: 1 addition & 3 deletions phpunit.xml.dist
Expand Up @@ -7,9 +7,7 @@
bootstrap="vendor/autoload.php"
>
<php>
<!-- Disable E_USER_DEPRECATED until 3.0 -->
<!-- php -r 'echo -1 & ~E_USER_DEPRECATED;' -->
<ini name="error_reporting" value="-16385"/>
<ini name="error_reporting" value="-1" />
</php>

<testsuites>
Expand Down

0 comments on commit 324bdac

Please sign in to comment.