I have seen How to run single test method with phpunit?
And I have no trouble applying a filter eg --filter=SomeTest
but I want to be able to check a number of test files in one command line eg, --filter=SomeTest, SomeOtherTest
but this does not work.
Is there a way I can do this from the command line?