1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-04 14:42:20 +00:00
friendica-github/doc/Tests.md
2018-05-10 19:12:00 +02:00

389 B

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.