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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-12-30 23:49:20 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-01-05 04:03:58 +0300
commitb2ac66d9b561aadaf0bdc282aa9cd9710c22513d (patch)
treef48bcf546e5ce7eb8165254ec65e8c7cb1b84627 /tests/PHPUnit/bootstrap.php
parent76631197ff467bf1209dc921dfecde8dec40a9ef (diff)
Updated the URL
Diffstat (limited to 'tests/PHPUnit/bootstrap.php')
-rw-r--r--tests/PHPUnit/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/bootstrap.php b/tests/PHPUnit/bootstrap.php
index a6c6106b92..3360f5abb5 100644
--- a/tests/PHPUnit/bootstrap.php
+++ b/tests/PHPUnit/bootstrap.php
@@ -107,7 +107,7 @@ Try again.";
exit(1);
}
- $url = Fixture::getRootUrl() . 'index.php?module=TestRunner&action=check';
+ $url = Fixture::getRootUrl() . 'tests/PHPUnit/proxy/index.php?module=TestRunner&action=check';
$response = Http::sendHttpRequestBy('curl', $url, 2);
if ($response !== 'OK') {