aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/developer/testsuite.rst
blob: b2b16cdc00d86c9a78780416099553e12b8ef179 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Testsuite
=========

To ensure wallabag development quality, we wrote tests with `PHPUnit <https://phpunit.de>`_.

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 <http://ant.apache.org>`_.

Then, execute this command ``make test``.