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:
Diffstat (limited to 'plugins/CoreUpdater/Test/Integration/ReleaseChannelTest.php')
-rw-r--r--plugins/CoreUpdater/Test/Integration/ReleaseChannelTest.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/CoreUpdater/Test/Integration/ReleaseChannelTest.php b/plugins/CoreUpdater/Test/Integration/ReleaseChannelTest.php
index 5d480ed18e..13b2422be5 100644
--- a/plugins/CoreUpdater/Test/Integration/ReleaseChannelTest.php
+++ b/plugins/CoreUpdater/Test/Integration/ReleaseChannelTest.php
@@ -65,4 +65,9 @@ class ReleaseChannelTest extends IntegrationTestCase
$this->assertStringStartsWith("http://api.piwik.org/1.0/getLatestVersion/?piwik_version=$version&php_version=$phpVersion&mysql_version=$mysqlVersion&release_channel=my_channel&url=$url&trigger=&timezone=", $urlToCheck);
}
+ public function test_doesPreferStable()
+ {
+ $this->assertTrue($this->channel->doesPreferStable());
+ }
+
}