-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Tests] Move expectException
closer to the place of the expectation to avoid false positives
#52157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OskarStark
commented
Oct 19, 2023
src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php
Show resolved
Hide resolved
OskarStark
commented
Oct 19, 2023
src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php
Show resolved
Hide resolved
OskarStark
commented
Oct 19, 2023
src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php
Show resolved
Hide resolved
OskarStark
commented
Oct 20, 2023
src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php
Outdated
Show resolved
Hide resolved
nicolas-grekas
approved these changes
Oct 27, 2023
a37bb99
to
5b935b8
Compare
OskarStark
commented
Oct 27, 2023
28ee64b
to
7972456
Compare
OskarStark
commented
Oct 30, 2023
src/Symfony/Bundle/WebProfilerBundle/Tests/Controller/ProfilerControllerTest.php
Outdated
Show resolved
Hide resolved
OskarStark
commented
Oct 30, 2023
src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TemplateControllerTest.php
Outdated
Show resolved
Hide resolved
OskarStark
commented
Oct 30, 2023
OskarStark
commented
Oct 30, 2023
OskarStark
commented
Oct 30, 2023
OskarStark
commented
Oct 30, 2023
OskarStark
commented
Oct 30, 2023
OskarStark
commented
Oct 30, 2023
src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php
Outdated
Show resolved
Hide resolved
OskarStark
commented
Oct 30, 2023
src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php
Outdated
Show resolved
Hide resolved
OskarStark
commented
Oct 30, 2023
Merged
stof
approved these changes
Oct 30, 2023
stof
reviewed
Oct 30, 2023
Related isn't it? |
0ab493d
to
638fe9b
Compare
OskarStark
commented
Oct 31, 2023
src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckTypeDeclarationsPassTest.php
Outdated
Show resolved
Hide resolved
OskarStark
commented
Oct 31, 2023
src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckTypeDeclarationsPassTest.php
Outdated
Show resolved
Hide resolved
Test failures unrelated |
nicolas-grekas
added a commit
that referenced
this pull request
Oct 31, 2023
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Tests] Streamline | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | -- | License | MIT Extracted from #52157 Commits ------- 918f677 [Tests] Streamline
113b68f
to
581eec2
Compare
…o avoid false positives
b24a0cc
to
6115ab0
Compare
Test failures unrelated |
Thank you @OskarStark. |
❤️ for change!
@OskarStark , if you are up for it, maybe a new Fixer rule? |
Merged
nicolas-grekas
added a commit
that referenced
this pull request
Dec 26, 2023
This PR was squashed before being merged into the 7.1 branch. Discussion ---------- [Tests] Streamline | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | -- | License | MIT Follows * #52157 * #52365 Commits ------- 33d71aa [Tests] Streamline
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If you guys like this PR, I will fix the other places as well
Should be merged after merge & upmerge of: