Skip to content

Commit

Permalink
Adjust error_reporting to allow deprecation messages for 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fuhr committed Nov 29, 2014
1 parent d277c16 commit 11ba901
Show file tree
Hide file tree
Showing 30 changed files with 177 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -7,6 +7,10 @@
bootstrap="autoload.php.dist"
>
<php>
<!-- Disable E_USER_DEPRECATED until 3.0 -->
<!-- php -r 'echo -1 & ~E_USER_DEPRECATED;' -->
<ini name="error_reporting" value="-16385"/>

<ini name="intl.default_locale" value="en"/>
<ini name="intl.error_level" value="0"/>
<ini name="memory_limit" value="-1"/>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/BrowserKit/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony BrowserKit Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/ClassLoader/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony ClassLoader Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Config/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony Config Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Console/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony Console Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/CssSelector/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony CssSelector Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Debug/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony Debug Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/DependencyInjection/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony DependencyInjection Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/DomCrawler/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony DomCrawler Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/EventDispatcher/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony EventDispatcher Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/ExpressionLanguage/phpunit.xml.dist
Expand Up @@ -11,6 +11,12 @@
syntaxCheck="false"
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"/>
</php>

<testsuites>
<testsuite name="Symfony ExpressionLanguage Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Filesystem/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony Filesystem Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Finder/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony Finder Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Form/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony Form Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/HttpFoundation/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony HttpFoundation Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/HttpKernel/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony HttpKernel Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Intl/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony Intl Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Locale/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony Locale Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/OptionsResolver/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony OptionsResolver Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Process/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony Process Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/PropertyAccess/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony PropertyAccess Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Routing/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony Routing Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Security/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony Security Component Test Suite">
<directory>./Acl/Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Serializer/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony Serializer Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Stopwatch/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony Stopwatch Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Templating/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony Templating Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Translation/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony Translation Component Test Suite">
<directory>./Tests/</directory>
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Validator/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony Validator Component Test Suite">
<directory>./Tests/</directory>
Expand Down
5 changes: 5 additions & 0 deletions src/Symfony/Component/VarDumper/phpunit.xml.dist
Expand Up @@ -6,6 +6,11 @@
colors="true"
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"/>
</php>

<testsuites>
<testsuite name="Symfony VarDumper Component Test Suite">
Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/Yaml/phpunit.xml.dist
Expand Up @@ -6,6 +6,12 @@
colors="true"
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"/>
</php>

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

0 comments on commit 11ba901

Please sign in to comment.