Skip to content

Commit df82235

Browse files
[ci] Enable collecting and replaying skipped tests
1 parent 59ed373 commit df82235

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
@@ -20,7 +20,6 @@
2020
"symfony/translation": "~2.0,>=2.0.5"
2121
},
2222
"require-dev": {
23-
"symfony/phpunit-bridge": "~2.7",
2423
"doctrine/common": "~2.3",
2524
"symfony/http-foundation": "~2.1",
2625
"symfony/intl": "~2.3",

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)