summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d0b7a8942..f5690b2e0 100644
--- a/README.rst
+++ b/README.rst
@@ -131,3 +131,31 @@ in the **js/** directory
feedUpdateInterval: 1000*60*3 # miliseconds
+
+Running tests
+-------------
+
+JavaScript
+~~~~~~~~~~
+For JavaScript tests see :file:`js/README.md`
+
+
+PHP
+~~~
+All tests::
+
+ make test
+
+Unit tests::
+
+ make unit
+
+Integration tests::
+
+ make integration
+
+.. note:: For acceptance tests, a user with the name **test** and password **test** must exist!
+
+Acceptance tests::
+
+ make acceptance \ No newline at end of file