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

https://github.com/code-architect/phpunit-advance-testing

PHPUnit testing with use of Mock, Stub, Dummy, Code-coverage, Data-Providers
https://github.com/code-architect/phpunit-advance-testing

php phpunit-code-coverage phpunit-data-provider phpunit-mock phpunit-stub phpunit-testcase phpunit-tests

Last synced: 3 months ago
JSON representation

PHPUnit testing with use of Mock, Stub, Dummy, Code-coverage, Data-Providers

Awesome Lists containing this project

README

        

# PHPUnit-Advance-Testing

In this small simple project I have covered Mock, Stub, Data Provider, Dummy and Exception testing.
Also tried to cover code-coverage and database connection.
The phpunit.xml file is free to use for anyone who needs a head stard, just edit the test suite and Logging path.