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:
authorThomas Steur <tsteur@users.noreply.github.com>2015-09-01 12:40:04 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-09-01 12:40:04 +0300
commit73977fd0271704013374f8509846cdf538612483 (patch)
tree4ccccd5a885e391b044c96f36d6f5c7601314a62 /tests/README.md
parent1dadb5b498e4be5c8e0d91b54d1085fea9e5eb8c (diff)
refs #8678 fix install manual is outdated
Instead of explaining how to setup Piwik in multiple places we should always link to the developer zone.
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md14
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/README.md b/tests/README.md
index 555f07c5de..aaa18d6d34 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -15,19 +15,7 @@ The next section explains how you can run the test suite on your own dev machine
## How To Run Piwik Tests
-To run tests, you must use the Git master. Tests files are not in the Piwik zip archive.
-
-You can get the latest Git revision at: http://github.com/piwik/piwik
-
-```
-$ git clone https://github.com/piwik/piwik.git
-```
-
-Next install Composer which will lets you download the libraries used in Piwik:
-```
-$ curl -sS https://getcomposer.org/installer | php
-$ php composer.phar install
-```
+To run tests, you must install Piwik via Git and set it up for development. A guide for this is available in our [Developer Zone](http://developer.piwik.org/guides/getting-started-part-1). The part about "Creating a plugin" can be skipped.
To execute the tests: