Skip to content

Commit 6e3e03b

Browse files
[ci] Enable collecting and replaying skipped tests
1 parent 03d75db commit 6e3e03b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
"require": {
1919
"php": ">=5.3.3"
2020
},
21-
"require-dev": {
22-
"symfony/phpunit-bridge": "~2.7"
23-
},
2421
"autoload": {
2522
"psr-0": { "Symfony\\Component\\OptionsResolver\\": "" }
2623
},

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)