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