Skip to content

Commit 4e5c709

Browse files
[ci] Enable collecting and replaying skipped tests
1 parent 294438f commit 4e5c709

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
@@ -23,7 +23,6 @@
2323
"symfony/property-access": "~2.3"
2424
},
2525
"require-dev": {
26-
"symfony/phpunit-bridge": "~2.7",
2726
"doctrine/collections": "~1.0",
2827
"symfony/validator": "~2.3.29",
2928
"symfony/translation": "~2.0,>=2.0.5",

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)