-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Tests] Replace setUp()
/tearDown()
with before()
/after()
#32651
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
Conversation
Should be done on 3.4 actually |
Target branch was updated to |
What does it say on PHP 7.4? Maybe we should merge both PR to check, and because they are related? |
src/Symfony/Bridge/Doctrine/Tests/ContainerAwareEventManagerTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php
Outdated
Show resolved
Hide resolved
Can you please have a look at tests? (and maybe rebase to be sure you have the latest changes) |
I tried to make this green, but it looks like it's almost impossible using this strategy. |
TODO:
parent::setUp()
andparent::tearDown()
where required.See #32289 (comment).