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:
authordiosmosis <benaka@piwik.pro>2015-03-16 21:08:47 +0300
committerdiosmosis <benaka@piwik.pro>2015-03-16 21:08:47 +0300
commit76d6b594c02bb8a1f99e0c7e0a539103275a491b (patch)
treeeb5442b4bcce1149d77fe166fba1b34f9fb65b1e /plugins
parent8976cfd575ce5673b0c52889ae43315006d01f9f (diff)
Debugging MYSQLI build failure.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreUpdater/tests/Integration/Commands/UpdateTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreUpdater/tests/Integration/Commands/UpdateTest.php b/plugins/CoreUpdater/tests/Integration/Commands/UpdateTest.php
index fd9a817aa4..ac3ced75ac 100644
--- a/plugins/CoreUpdater/tests/Integration/Commands/UpdateTest.php
+++ b/plugins/CoreUpdater/tests/Integration/Commands/UpdateTest.php
@@ -106,7 +106,7 @@ class UpdateTest extends ConsoleCommandTestCase
'--yes' => true
));
- $this->assertEquals(1, $result);
+ $this->assertEquals(1, $result, $this->getCommandDisplayOutputErrorMessage());
$this->assertContains("Piwik could not be updated! See above for more information.", $this->applicationTester->getDisplay());
}