5 You can run unit tests with [PHPUnit](https://phpunit.de/):
11 Some tests require access to a MySQL database.
12 You can specify the database credentials in environment variables:
15 USER=database_user PASS=database_password DB=database_name phpunit
18 **Warning**: This will empty all the tables! Never use this on a production database.