Skip to content

Commit f383b59

Browse files
[ci] Enable collecting and replaying skipped tests
1 parent c5907ab commit f383b59

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
@@ -30,7 +30,6 @@
3030
"doctrine/common": "~2.2"
3131
},
3232
"require-dev": {
33-
"symfony/phpunit-bridge": "~2.7",
3433
"symfony/browser-kit": "~2.3",
3534
"symfony/console": "~2.3",
3635
"symfony/css-selector": "~2.0,>=2.0.5",

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)