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
{{ message }}
This repository was archived by the owner on Dec 7, 2019. It is now read-only.
I really like this project, I find it much more stable than spoon. However there is one feature in spoon that I use extensively that is not supported by composer - a possibility to select a test class and method to execute. In spoon it is done by passing the following arguments:
--class-name Test class name to run (fully-qualified)
--method-name Test method name to run (must also use --class-name)
Could it be implemented in the composer? Or is there any other possible approach that would allow to run a subset of tests?