Skip to content

Commit a57aa37

Browse files
committed
Merge pull request #99 from symfony-cmf/phpunit_bridge
Remove DeprecationErrorHandler and rely on PHPunit bridge
2 parents 53aab0c + ba0be4e commit a57aa37

File tree

2 files changed

+4
-136
lines changed

2 files changed

+4
-136
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "symfony-cmf/testing",
33
"license": "MIT",
4-
"description": "Component for bootstraping functional tests for CMF bundles only.",
4+
"description": "Component to easily test CMF bundles.",
55
"authors": [
66
{
7-
"name": "dantleech",
8-
"email": "daniel@dantleech.com"
7+
"name": "Symfony CMF community",
8+
"homepage": "https://github.com/symfony-cmf/Routing/contributors"
99
}
1010
],
1111
"minimum-stability": "dev",
1212
"require": {
1313
"symfony/symfony": "~2.3",
14+
"symfony/phpunit-bridge": "~2.7@dev",
1415
"symfony/monolog-bundle": "~2.1",
1516
"doctrine/common": "~2.4",
1617
"doctrine/doctrine-bundle": "~1.0",

src/ErrorHandler/DeprecationErrorHandler.php

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)