Skip to content

Commit 71c2ecf

Browse files
committed
Revert "[Workflow] Added the symfony/phpunit-bridge"
This reverts commit c32177a.
1 parent f6d7419 commit 71c2ecf

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/Symfony/Component/Workflow/composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,13 @@
2828
"symfony/dependency-injection": "~3.4|~4.0",
2929
"symfony/event-dispatcher": "~3.4|~4.0",
3030
"symfony/expression-language": "~3.4|~4.0",
31-
"symfony/phpunit-bridge": "~3.4|~4.0",
3231
"symfony/security-core": "~3.4|~4.0",
3332
"symfony/validator": "~3.4|~4.0"
3433
},
3534
"autoload": {
3635
"psr-4": { "Symfony\\Component\\Workflow\\": "" }
3736
},
3837
"minimum-stability": "dev",
39-
"config": {
40-
"sort-packages": true
41-
},
4238
"extra": {
4339
"branch-alias": {
4440
"dev-master": "4.1-dev"

src/Symfony/Component/Workflow/phpunit.xml.dist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,4 @@
2727
</exclude>
2828
</whitelist>
2929
</filter>
30-
31-
<listeners>
32-
<listener class="Symfony\Bridge\PhpUnit\CoverageListener"></listener>
33-
</listeners>
3430
</phpunit>

0 commit comments

Comments
 (0)