]> git.immae.eu Git - github/wallabag/wallabag.git/blob - testsuite.rst
b2b16cdc00d86c9a78780416099553e12b8ef179
[github/wallabag/wallabag.git] / testsuite.rst
1 Testsuite
2 =========
3
4 To ensure wallabag development quality, we wrote tests with `PHPUnit <https://phpunit.de>`_.
5
6 If you contribute to the project (by translating the application, by fixing bugs or by adding a new feature), please write your own tests.
7
8 To launch wallabag testsuite, you need to install `ant <http://ant.apache.org>`_.
9
10 Then, execute this command ``make test``.