Skip to content

novalramdhani/phpunit-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPUnit Exercise

Running PHPUnit

./vendor/bin/phpunit

# with filter which tests to run
./vendor/bin/phpunit --filter <pattern>

Running Pint

./vendor/bin/pint

# with view even more detail about Pint's changes
./vendor/bin/pint -v

# with inspect your code for style errors without actually changing the files
./vendor/bin/pint --test

About

Learn unit testing with PHPUnit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages