Unit tests are run with PHPUnit. All unit tests exist in the tests/
directory.
npm run test
To generate Code Coverage Reports, run:
npm run test-coverage
This will generate an HTML report that you can access via ./reports/clover_html/index.html
Unit tests are run with PHPUnit. All unit tests exist in the tests/
directory.
npm run test
To generate Code Coverage Reports, run:
npm run test-coverage
This will generate an HTML report that you can access via ./reports/clover_html/index.html