-
Notifications
You must be signed in to change notification settings - Fork 0
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.
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