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:
authorsgiehl <stefan@piwik.org>2019-02-09 12:27:51 +0300
committersgiehl <stefan@piwik.org>2019-02-09 12:27:51 +0300
commitf768274396fba6aaaa7862a16787b702d01cb40a (patch)
tree8782aebc4fc4663d7976a5b7fefc1bd2827cc2f5 /tests/PHPUnit/Integration/ReleaseCheckListTest.php
parent433afeafcfe7cb29f7d4747f8fcf14a05da753f0 (diff)
improve test error message
Diffstat (limited to 'tests/PHPUnit/Integration/ReleaseCheckListTest.php')
-rw-r--r--tests/PHPUnit/Integration/ReleaseCheckListTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
index 2f1b96bb76..73e307aefe 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -418,7 +418,7 @@ class ReleaseCheckListTest extends \PHPUnit_Framework_TestCase
$enabled = in_array($pluginName, $pluginsBundledWithPiwik);
$this->assertTrue( $enabled + $disabled === 1,
- "Plugin $pluginName should be either enabled (in global.ini.php) or disabled (in Piwik\\Plugin\\Manager).
+ "Plugin $pluginName should be either enabled (in global.ini.php) or disabled (in Piwik\\Application\\Kernel\\PluginList).
It is currently (enabled=".(int)$enabled. ", disabled=" . (int)$disabled . ")"
);
$count++;