Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Schwarz <felix.schwarz@oss.schwarz.eu>2014-12-26 22:57:59 +0300
committerFelix Schwarz <felix.schwarz@oss.schwarz.eu>2014-12-26 23:15:50 +0300
commit04c53c166dcc54e5aee7b9944e3ed6a339ffb1b4 (patch)
tree07f8717037a538a24ae05ecf255b96fce624ad59 /tests/README.md
parent4d01a884abb274de97492721fe576be0131238d2 (diff)
fix markdown formatting for test readme (code blocks require 4 spaces, not tabs)
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/README.md b/tests/README.md
index 57c9c0923b..fa475eccc9 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -50,8 +50,8 @@ To execute the tests:
3. Run the tests
- $ cd /path/to/piwik
- $ ./console tests:run --testsuite unit
+ $ cd /path/to/piwik
+ $ ./console tests:run --testsuite unit
$ ./console tests:run --testsuite integration
$ ./console tests:run --testsuite system