You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run tests you can use the Makefile as described in Development Aids. Simply run make runtest.
Alternatively, you can run tests using your IDE. If you use PhpStorm, the configuration for running tests is already in the Git repository. You can run them from the menu on the top-right.
Coverage
To check the current test coverage, run make runcoverage. The code coverage will be summarised in the coverage folder. You can explore the code coverage using your web browser by running firefox coverage/index.html.