aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/de
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-10-10 09:15:53 +0200
committerNicolas Lœuillet <nicolas@loeuillet.org>2016-10-10 09:15:53 +0200
commit84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660 (patch)
tree1abeab686810336db899dda9b221795085b65dd9 /docs/de
parentedc8bc0b2f23bf27ac33b9de079644cc9076579a (diff)
downloadwallabag-84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660.tar.gz
wallabag-84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660.tar.zst
wallabag-84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660.zip
Added documentation about testsuite
Fix #2415
Diffstat (limited to 'docs/de')
-rw-r--r--docs/de/developer/testsuite.rst10
-rw-r--r--docs/de/user/installation.rst3
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/de/developer/testsuite.rst b/docs/de/developer/testsuite.rst
new file mode 100644
index 00000000..b2b16cdc
--- /dev/null
+++ b/docs/de/developer/testsuite.rst
@@ -0,0 +1,10 @@
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``.
diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst
index dc2b8b4d..bee3249b 100644
--- a/docs/de/user/installation.rst
+++ b/docs/de/user/installation.rst
@@ -6,6 +6,9 @@ Voraussetzungen
6 6
7wallabag ist kompatibel mit PHP >= 5.5, inkl. PHP 7. 7wallabag ist kompatibel mit PHP >= 5.5, inkl. PHP 7.
8 8
9.. note::
10Pour installer wallabag facilement, nous avons créé un ``Makefile``, vous avez donc besoin d'avoir installé l'outil ``make``.
11
9wallabag nutzt eine große Anzahl an Bibliotheken, um zu funktionieren. Diese Bibliotheken müssen mit einem Tool namens Composer installiert werden. Du musst es installieren sofern du es bisher noch nicht gemacht hast. 12wallabag nutzt eine große Anzahl an Bibliotheken, um zu funktionieren. Diese Bibliotheken müssen mit einem Tool namens Composer installiert werden. Du musst es installieren sofern du es bisher noch nicht gemacht hast.
10 13
11Composer installieren: 14Composer installieren: