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
Forget to annotate with /** @test */ and don't use test_ in name.
Use the plugin to run it on a single test.
What happens:
Plugin runs phpunit with --filter on the focused test.
It shows a green pop-up (reminding the one when tests pass) that 'no tests were run'
What should happen:
The plugin should probably use yellow color, just like phpunit, to make it clear that no tests where run. Using green can confuse the developer the test has run and passed. Sure, the box says no tests run, but it's way too easy to confuse passing with 'no tests run' right now. This is why phpunit uses a yellow background warning in the output "No tests executed!"
Thanks 💪
The text was updated successfully, but these errors were encountered:
Hi and thanks for your sweet plugin :)
How to reproduce:
What happens:
What should happen:
Thanks 💪
The text was updated successfully, but these errors were encountered: