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
It will be useful to be able to configure where code lens is enabled in php files. Not all folders with tests start with the text test. They may end with tests as well or have some other naming rule.
I can PR this.
The text was updated successfully, but these errors were encountered:
Hi, my understanding is that phpunit naming convention requires test methods to start with test* or that the test attribute in a comment is used to be identified as a test.
If that's the case then I dont think we should add custom naming rules that arent officially supported in phpunit.
You are correct, but the filter I am talking about is the directory filter, not the method filter. Code lens is not activated unless the directory name starts with test, which should be configurable.
It will be useful to be able to configure where code lens is enabled in php files. Not all folders with tests start with the text
test
. They may end withtests
as well or have some other naming rule.I can PR this.
The text was updated successfully, but these errors were encountered: