You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed there is an issue when running tests with the bridge (vendor/bin/simple-phpunit). When a test is annotate with @runInSeparateProcess the whole test suite is run.
For example if I run, the whole test suite is executed:
I noticed there is an issue when running tests with the bridge (vendor/bin/simple-phpunit). When a test is annotate with @runInSeparateProcess the whole test suite is run.
For example if I run, the whole test suite is executed:
It's not the case when I remove @runInSeparateProcess or if I run phpunit without the bridge (but it's not supported with Symfony 3.3.2).
The text was updated successfully, but these errors were encountered: