aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/de/developer/testsuite.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/de/developer/testsuite.rst')
-rw-r--r--docs/de/developer/testsuite.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/de/developer/testsuite.rst b/docs/de/developer/testsuite.rst
deleted file mode 100644
index b2b16cdc..00000000
--- a/docs/de/developer/testsuite.rst
+++ /dev/null
@@ -1,10 +0,0 @@
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``.