Skip to content

Commit bdc1508

Browse files
minor #16190 [ci] Enable collecting and replaying skipped tests (nicolas-grekas)
This PR was merged into the 2.3 branch. Discussion ---------- [ci] Enable collecting and replaying skipped tests | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #16184 | License | MIT | Doc PR | - Commits ------- 4032c88 [ci] Enable collecting and replaying skipped tests
2 parents 6558ada + 061ac40 commit bdc1508

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.3,>=2.3.12",
2423
"symfony/intl": "~2.3",
2524
"symfony/yaml": "~2.2"

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)