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:
authormattab <matthieu.aubry@gmail.com>2014-04-30 10:10:25 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-30 10:10:25 +0400
commit4c6b37239501349011d8d4e7320f3856afa968f7 (patch)
treef541fe03bd729fb50729feabe712bd78341e7f05 /tests/PHPUnit/bootstrap.php
parent0891ed77d2378cd859610ec4dfdecba1c52535e3 (diff)
Updating comment to reference to ./console core:archive instead of archive.php
Diffstat (limited to 'tests/PHPUnit/bootstrap.php')
-rw-r--r--tests/PHPUnit/bootstrap.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/PHPUnit/bootstrap.php b/tests/PHPUnit/bootstrap.php
index 4a9d33be80..48339f9010 100644
--- a/tests/PHPUnit/bootstrap.php
+++ b/tests/PHPUnit/bootstrap.php
@@ -74,9 +74,10 @@ function checkPiwikSetupForTests()
) {
echo "WARNING: for tests to pass, you must first:
1) Install webserver on localhost, eg. apache
-2) Make these Piwik files available on the webserver, at eg. http://localhost/dev/piwik/ - Piwik does need to be installed to run tests, but this URL must work.
-3) Copy phpunit.xml.dist to phpunit.xml
-4) Edit in phpunit.xml the @REQUEST_URI@ and replace with the webserver path to Piwik, eg. '/dev/piwik/'
+2) Make these Piwik files available on the webserver, at eg. http://localhost/dev/piwik/
+3) Install Piwik by going through the installation process
+4) Copy phpunit.xml.dist to phpunit.xml
+5) Edit in phpunit.xml the @REQUEST_URI@ and replace with the webserver path to Piwik, eg. '/dev/piwik/'
Try again.
-> If you still get this message, you can work around it by specifying Host + Request_Uri at the top of this file tests/PHPUnit/bootstrap.php. <-";