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:
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 e31ac8cc72..67d4e43382 100644
--- a/tests/PHPUnit/bootstrap.php
+++ b/tests/PHPUnit/bootstrap.php
@@ -102,7 +102,7 @@ Try again.
if (strpos($fetched, $expectedString) === false) {
echo "\nPiwik should be running at: " . $piwikServerUrl
. "\nbut this URL returned an unexpected response: '"
- . substr($fetched, 0, 300) . "...'\n\n";
+ . substr($fetched, 0, 700) . "...'\n\n";
exit;
}
}