summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 96ec30694..bc513be57 100644
--- a/README.rst
+++ b/README.rst
@@ -149,23 +149,24 @@ JavaScript
~~~~~~~~~~
For JavaScript tests see :file:`js/README.md`
-
-PHP
-~~~
All tests::
make test
-Unit tests::
+PHP Unit tests::
- make unit
+ make unit-tests
Integration tests::
- make integration
+ make integration-tests
.. note:: For acceptance tests, a user with the name **test** and password **test** must exist!
Acceptance tests::
- make acceptance
+ make acceptance-tests
+
+JavaScript tests::
+
+ make javascript-tests \ No newline at end of file