Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

symfony unit test

# run all tests of the application
php ./vendor/bin/phpunit

# run all tests in the Form/ directory
php ./vendor/bin/phpunit tests/Form

# run tests for the UserType class
php ./vendor/bin/phpunit tests/Form/UserTypeTest.php
Source by symfony.com #
 
PREVIOUS NEXT
Tagged: #symfony #unit #test
ADD COMMENT
Topic
Name
1+6 =