]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/en/developer/testsuite.rst
Merge pull request #3122 from wallabag/delete-doc
[github/wallabag/wallabag.git] / docs / en / developer / testsuite.rst
diff --git a/docs/en/developer/testsuite.rst b/docs/en/developer/testsuite.rst
deleted file mode 100644 (file)
index b2b16cd..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-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``.