Unit tests are run with PHPUnit. All unit tests exist in the tests/ directory.
npm run testTo generate Code Coverage Reports, run:
npm run test-coverageThis 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 testTo generate Code Coverage Reports, run:
npm run test-coverageThis will generate an HTML report that you can access via ./reports/clover_html/index.html