From 8f68269b273746e3540e453033e41cf6e9a763d9 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Mon, 4 Jan 2016 18:10:35 +1100 Subject: [PATCH] Fixes unit test --- tests/unit/system/classes/VersionManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/system/classes/VersionManagerTest.php b/tests/unit/system/classes/VersionManagerTest.php index 857e15380..cceb9a593 100644 --- a/tests/unit/system/classes/VersionManagerTest.php +++ b/tests/unit/system/classes/VersionManagerTest.php @@ -83,7 +83,7 @@ class VersionManagerTest extends TestCase $this->assertArrayHasKey('1', $result); $this->assertArrayHasKey('1.0.*', $result); $this->assertArrayHasKey('1.0.x', $result); - $this->assertArrayHasKey('10', $result); + $this->assertArrayHasKey('10.3', $result); $sample = array_shift($result); $comment = array_shift($sample);