phpunit filter

26

phpunit filter -

vendor/bin/phpunit --filter methodName className pathTofile.php

vendor/bin/phpunit --filter 'namespace\\directoryName\\className::methodName'

Comments

Submit
0 Comments