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:
authorStefan Giehl <stefan@matomo.org>2020-06-30 01:14:18 +0300
committerGitHub <noreply@github.com>2020-06-30 01:14:18 +0300
commitd7dced0928c7457f4e14fb571d897ac927b95134 (patch)
tree5432a0a6ded1d9f9f2d1d0df8a2120bd020e9b14 /tests/PHPUnit/Integration/ReleaseCheckListTest.php
parent544cbc826296cab3db3fd7c6eace2c14ec41245a (diff)
Include CustomDimensions plugin in core (#16086)
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 9d79be3545..cf0214b2e9 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -666,7 +666,7 @@ class ReleaseCheckListTest extends \PHPUnit\Framework\TestCase
// some assertions below to make sure we're actually doing valid tests and there is no bug in above code
$this->assertGreaterThan(50, $numTestedCorePlugins);
// eg this here shows the plugins that have update files but from older matomo versions.
- $this->assertSame(array('DevicesDetection', 'ExamplePlugin', 'Goals', 'LanguagesManager'), array_unique($pluginsWithUpdates));
+ $this->assertSame(array('CustomDimensions', 'DevicesDetection', 'ExamplePlugin', 'Goals', 'LanguagesManager'), array_values(array_unique($pluginsWithUpdates)));
}
public function test_bowerComponentsBc_referencesFilesThatExists()