Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to run single test in phpunit

phpunit --filter methodName ClassName path/to/file.php
# For newer versions of phpunit, it is just:
phpunit --filter methodName path/to/file.php
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #run #single #test #phpunit
ADD COMMENT
Topic
Name
4+8 =