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>2015-01-07 06:19:48 +0300
committermattab <matthieu.aubry@gmail.com>2015-01-07 06:19:48 +0300
commitf8ef2532e1ebcc5c00c9492f504875022eee4f9a (patch)
treee28a6f74e09d1cf782ee48429b7dd3dbd410b74e /tests/PHPUnit/bootstrap.php
parent75564c6da7b3e731e82dc59f599bb490fe5afa20 (diff)
Display proper URL used in the HTTP request in test output
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 a0f9d5b349..e067ef11c3 100644
--- a/tests/PHPUnit/bootstrap.php
+++ b/tests/PHPUnit/bootstrap.php
@@ -120,7 +120,7 @@ Try again.";
throw new Exception(sprintf(
"Piwik should be running at %s but this URL returned an unexpected response: '%s'",
- Fixture::getRootUrl(),
+ $url,
$response
));
}