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:
authorThomas Steur <tsteur@users.noreply.github.com>2015-02-11 00:38:14 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-02-11 00:38:14 +0300
commit78e2287946213ffeb1a9727658ab60383170c050 (patch)
tree7777b342d692273fb543e18dc0d7003b999006d0 /tests/PHPUnit/bootstrap.php
parentcbabd9573d3e5e2871cbf9e52a5a478d40aa118c (diff)
it is ok if there is an update available for Piwik
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 3e1cd4aa2f..9f3edd34b8 100644
--- a/tests/PHPUnit/bootstrap.php
+++ b/tests/PHPUnit/bootstrap.php
@@ -115,8 +115,8 @@ Try again.";
|| strpos($response, 'Table &#039;piwik_tests.option&#039; doesn&#039;t exist') !== false
|| strpos($response, 'Table &#039;piwik_tests.piwiktests_option&#039; doesn&#039;t exist') !== false
|| strpos($response, 'Unknown database &#039;piwik_tests&#039;') !== false
+ || strpos($response, '<title>Piwik &rsaquo; Update</title>') !== false
) {
-
return;
}