Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 389 Bytes

Tests.md

File metadata and controls

18 lines (12 loc) · 389 Bytes

Themes

You can run unit tests with PHPUnit:

phpunit

Some tests require access to a MySQL database. You can specify the database credentials in environment variables:

USER=database_user PASS=database_password DB=database_name phpunit

Warning: This will empty all the tables! Never use this on a production database.