We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There was an error while loading. Please reload this page.