1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-03-04 18:31:03 +00:00
wallabag/docs/en/developer/testsuite.rst
2016-10-10 09:15:53 +02:00

380 B

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 install ant.

Then, execute this command make test.