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>2020-01-13 05:02:55 +0300
committerGitHub <noreply@github.com>2020-01-13 05:02:55 +0300
commitab23645e48b9e6abc42c811ad75a148a5105cde9 (patch)
treee6b2532d509f7c68a9e360355f5ca0998c3e134d /tests/PHPUnit/Integration
parent25920eb1c36340705a76bfb376b7051a6c15879d (diff)
Add release channels 3.x-dev (#15381)
Diffstat (limited to 'tests/PHPUnit/Integration')
-rw-r--r--tests/PHPUnit/Integration/Plugin/ReleaseChannelsTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/Plugin/ReleaseChannelsTest.php b/tests/PHPUnit/Integration/Plugin/ReleaseChannelsTest.php
index 7b43b423bb..3d2eae212b 100644
--- a/tests/PHPUnit/Integration/Plugin/ReleaseChannelsTest.php
+++ b/tests/PHPUnit/Integration/Plugin/ReleaseChannelsTest.php
@@ -79,7 +79,7 @@ class ReleaseChannelsTest extends IntegrationTestCase
return array(
array($exists = true, $id = 'latest_stable'),
array($exists = true, $id = 'latest_beta'),
- array($exists = true, $id = 'latest_2x_stable'),
+ array($exists = true, $id = 'latest_3x_stable'),
array($exists = true, $id = 'laTest_stable'), // we do not check for exact match
array($exists = false, $id = ''),
array($exists = false, $id = 'latest'),
@@ -92,7 +92,7 @@ class ReleaseChannelsTest extends IntegrationTestCase
{
return array(
array('latest_stable', 'latest_stable'),
- array('latest_2x_stable', 'latest_2x_stable'),
+ array('latest_3x_stable', 'latest_3x_stable'),
array('latest_beta', 'latest_beta'),
array('latest_beta', 'latEst_betA'),
array('latest_stable', ''), // if nothing configured should return default (the one with lowest order)