Answers for "phpunit test only one method"

PHP
0

phpunit test only one method

phpunit --filter testSaveAndDrop EscalationGroupTest escalation/EscalationGroupTest.php

phpunit --filter methodName ClassName path/to/file.php
Posted by: Guest on February-16-2022

Browse Popular Code Answers by Language