mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Fixes unit test
This commit is contained in:
parent
ae73c2c592
commit
8f68269b27
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user