Skip to content

Commit

Permalink
[2.3] require-dev PHPUnit bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Feb 24, 2015
1 parent e3c6832 commit aab017b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
14 changes: 0 additions & 14 deletions Tests/bootstrap.php

This file was deleted.

1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"symfony/translation": "~2.0,>=2.0.5"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7",
"doctrine/common": "~2.3",
"symfony/http-foundation": "~2.1",
"symfony/intl": "~2.3",
Expand Down
6 changes: 3 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="Tests/bootstrap.php"
bootstrap="vendor/autoload.php"
>
<php>
<!-- Silence E_USER_DEPRECATED (-16385 == -1 & ~E_USER_DEPRECATED) -->
<ini name="error_reporting" value="-16385"/>
<ini name="error_reporting" value="-1" />
</php>

<testsuites>
<testsuite name="Symfony Validator Component Test Suite">
<directory>./Tests/</directory>
Expand Down

0 comments on commit aab017b

Please sign in to comment.