Skip to content

Testing

github-actions edited this page Jan 4, 2024 · 1 revision

Aurora has been built with testing in mind. PHPUnit is the library used for this.

Running tests

First make sure you have PHPUnit installed, you can install it with the command:

composer install

Then, to run the automated tests, just execute the following command:

vendor/bin/phpunit tests
Clone this wiki locally