From cf6565f3d7a4fa19f24dd884938829d073bb0ab7 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Fri, 8 Feb 2013 11:40:35 +1300
Subject: [PATCH] comment

---
 tests/PHPUnit/phpunit.xml.dist | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index 88868df25f..29110e1ce7 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -20,6 +20,10 @@
 
 <php>
     <server name="HTTP_HOST" value="localhost"/>
+    <!--
+        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/
+    -->
     <server name="REQUEST_URI" value="@REQUEST_URI@"/>
     <server name="REMOTE_ADDR" value="127.0.0.1"/>
 </php>
-- 
GitLab