Skip to content

Commit b6217db

Browse files
[ci] Enable collecting and replaying skipped tests
1 parent c9d3282 commit b6217db

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
"doctrine/common": "~2.4"
2121
},
2222
"require-dev": {
23-
"symfony/phpunit-bridge": "~2.7",
2423
"symfony/stopwatch": "~2.2",
2524
"symfony/dependency-injection": "~2.0,>=2.0.5",
2625
"symfony/form": "~2.3,>=2.3.8",

phpunit.xml.dist

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

0 commit comments

Comments
 (0)