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:
authormattab <matthieu.aubry@gmail.com>2016-11-14 15:32:05 +0300
committermattab <matthieu.aubry@gmail.com>2016-11-14 15:32:05 +0300
commita50f7fbb6e8251ac7bf648b26ea1e6d168ffedc4 (patch)
treed3aec844058e14558f1477d25029d3a51ab32275 /tests/PHPUnit
parent0c3db19bcd0249429190b1cd3e8c210255d764f6 (diff)
Bandwidth is a tracker plugin
Diffstat (limited to 'tests/PHPUnit')
-rw-r--r--tests/PHPUnit/Integration/Plugin/ManagerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/Plugin/ManagerTest.php b/tests/PHPUnit/Integration/Plugin/ManagerTest.php
index 5822e22c05..ff99dbe0b1 100644
--- a/tests/PHPUnit/Integration/Plugin/ManagerTest.php
+++ b/tests/PHPUnit/Integration/Plugin/ManagerTest.php
@@ -147,8 +147,8 @@ class ManagerTest extends IntegrationTestCase
private function assertOnlyTrackerPluginsAreLoaded($expectedPluginNamesLoaded)
{
- // should currently load between 10 and 25 plugins
- $this->assertLessThan(25, count($this->manager->getLoadedPlugins()));
+ // should currently load between 10 and 26 plugins
+ $this->assertLessThan(26, count($this->manager->getLoadedPlugins()));
$this->assertGreaterThan(10, count($this->manager->getLoadedPlugins()));
// we need to make sure it actually only loaded the correct ones