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>2015-01-05 04:10:07 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-01-05 04:10:07 +0300
commita16a07daba54587937626f5a2c75db1a95d2e07f (patch)
treeffd0db3fb5fc54e1558965759d3967d839ef9473 /tests/PHPUnit/bootstrap.php
parent247911dace2ffee7b2ffd9d861d7498fd40f7208 (diff)
Fixing tests
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 d793f4e041..1507ced00d 100644
--- a/tests/PHPUnit/bootstrap.php
+++ b/tests/PHPUnit/bootstrap.php
@@ -111,7 +111,7 @@ Try again.";
$response = Http::sendHttpRequestBy('curl', $url, 2);
// The SQL error is for Travis...
- if ($response === 'OK' || strpos($response, 'Base table or view not found: 1146 Table &#039;piwik_tests.option&#039; doesn&#039;t exist') !== false) {
+ if ($response === 'OK' || strpos($response, 'Table &#039;piwik_tests.option&#039; doesn&#039;t exist') !== false) {
return;
}