Skip to content
Emeka Mbah edited this page May 21, 2023 · 5 revisions

Testing

The package uses the following for testing

To run the tests

php vendor/bin/testbench package:test

Test coverage

XDEBUG_MODE=coverage php vendor/bin/testbench package:test --coverage

The test covers about 81.2% of the source code. More tests will be added to target 100% coverage in beta version.

To run coverage, xdebug needs to installed

pecl install xdebug
Clone this wiki locally