Skip to content

Commit 061ac40

Browse files
[ci] Enable collecting and replaying skipped tests
1 parent 4031c4c commit 061ac40

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"php": ">=5.3.3"
2020
},
2121
"require-dev": {
22-
"symfony/phpunit-bridge": "~2.7",
2322
"symfony/config": "~2.3,>=2.3.12",
2423
"symfony/intl": "~2.3",
2524
"symfony/yaml": "~2.2"

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@
2525
</exclude>
2626
</whitelist>
2727
</filter>
28+
29+
<listeners>
30+
<listener class="Symfony\Bridge\PhpUnit\SkippedTestsListener" />
31+
</listeners>
2832
</phpunit>

0 commit comments

Comments
 (0)