Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 512 Bytes

testsuite.md

File metadata and controls

13 lines (9 loc) · 512 Bytes

Testsuite

To ensure wallabag development quality, we wrote tests with PHPUnit.

If you contribute to the project (by translating the application, by fixing bugs or by adding a new feature), please write your own tests.

To launch wallabag testsuite, you need to have ant installed.

Then, install dependencies using composer install and execute the make test command, which will first populate the test database with fixtures and then run the tests.