mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-18 15:11:15 +00:00
11 lines
380 B
ReStructuredText
11 lines
380 B
ReStructuredText
|
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``.
|