An open API service indexing awesome lists of open source software.

https://github.com/code-architect/ei-_india_phpunit_test


https://github.com/code-architect/ei-_india_phpunit_test

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

npx git-file-history path/to/file.ext

#####Run a specific file
vendor\bin\phpunit tests\ReceiptTest.php
#####Run a specific method
vendor\bin\phpunit tests --filter=testTax
#####Run a specific testsuite
vendor\bin\phpunit --testsuite=app
#####Run a specific testsuite and a sppecific method
vendor\bin\phpunit --testsuite=app --filter=testTax
#####Create code coverage report in a folder
vendor\bin\phpunit --coverage-html=
#####For help
vendor\bin\phpunit --help