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>2013-02-08 03:14:28 +0400
committermattab <matthieu.aubry@gmail.com>2013-02-08 03:14:28 +0400
commitee033fc1f30f2e8023deb1f8cc65826332a87649 (patch)
tree1d831066285f17d70ca015f69b5e7c843701d7f6 /tests/PHPUnit/phpunit.xml.dist
parent477c338e334b1e8772f3d52459c2eaa35be860e6 (diff)
Just to be sure
Diffstat (limited to 'tests/PHPUnit/phpunit.xml.dist')
-rw-r--r--tests/PHPUnit/phpunit.xml.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index 29110e1ce7..622757f3b0 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -23,6 +23,7 @@
<!--
When copying this file to phpunit.xml, replace with the path to Piwik on localhost.
If Piwik is available at http://localhost/dev/piwik/ replace @REQUEST_URI@ with /dev/piwik/
+ NOTE: the REQUEST_URI should not contain "plugins" or "tests" in the PATH
-->
<server name="REQUEST_URI" value="@REQUEST_URI@"/>
<server name="REMOTE_ADDR" value="127.0.0.1"/>