diff options
Diffstat (limited to 'Core')
-rw-r--r-- | Core/composer.json | 1 | ||||
-rw-r--r-- | Core/phpunit.xml.dist | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Core/composer.json b/Core/composer.json index 018f72a..b675d3a 100644 --- a/Core/composer.json +++ b/Core/composer.json @@ -19,6 +19,7 @@ "php": ">=5.5.9" }, "require-dev": { + "symfony/phpunit-bridge": "~2.7|~3.0", "symfony/event-dispatcher": "~2.7|~3.0", "symfony/expression-language": "~2.7|~3.0", "symfony/http-foundation": "~2.7|~3.0", diff --git a/Core/phpunit.xml.dist b/Core/phpunit.xml.dist index 7a5f7da..8a1a291 100644 --- a/Core/phpunit.xml.dist +++ b/Core/phpunit.xml.dist @@ -12,9 +12,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> |