-
Notifications
You must be signed in to change notification settings - Fork 4
Tests
Emeka Mbah edited this page May 21, 2023
·
5 revisions
php vendor/bin/testbench package:test
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