Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fa74feb

Browse filesBrowse files
committed
minor #42171 [CI] Fix wrongly skipped integration tests (chalasr)
This PR was merged into the 4.4 branch. Discussion ---------- [CI] Fix wrongly skipped integration tests | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - The integration tests from bridges located in components (e.g. `Notifier/Bridge/Discord/Tests` or `Messenger/Bridge/Redis/Tests`) were excluded from the CI. Spotted while working on #42163 - Some redis-messenger tests are currently broken on 5.x, which we didn't spot because of the missing entry in the phpunit config. Commits ------- 438a503 [ci] Fix wrongly skipped integration tests
2 parents 482d2ce + 438a503 commit fa74feb
Copy full SHA for fa74feb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎phpunit.xml.dist

Copy file name to clipboardExpand all lines: phpunit.xml.dist
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<directory>./src/Symfony/Bridge/*/Tests/</directory>
2929
<directory>./src/Symfony/Component/*/Tests/</directory>
3030
<directory>./src/Symfony/Component/*/*/Tests/</directory>
31+
<directory>./src/Symfony/Component/*/*/*/Tests/</directory>
3132
<directory>./src/Symfony/Contract/*/Tests/</directory>
3233
<directory>./src/Symfony/Bundle/*/Tests/</directory>
3334
</testsuite>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.