Skip to content

Commit fe029a6

Browse files
[ci] Enable collecting and replaying skipped tests
1 parent 29438d7 commit fe029a6

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
@@ -19,9 +19,6 @@
1919
"php": ">=5.3.3",
2020
"symfony/filesystem": "~2.3"
2121
},
22-
"require-dev": {
23-
"symfony/phpunit-bridge": "~2.7"
24-
},
2522
"autoload": {
2623
"psr-0": { "Symfony\\Component\\Config\\": "" }
2724
},

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)