Skip to content

Commit 7089dbf

Browse files
[ci] Enable collecting and replaying skipped tests
1 parent 8549a3f commit 7089dbf

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.2",
2423
"symfony/http-foundation": "~2.3",
2524
"symfony/yaml": "~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)