mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
Fixing incorrect order of items in array for test
This commit is contained in:
parent
cf1a1cb6dd
commit
6e4f22deab
@ -64,9 +64,9 @@ class FileSubsitesTest extends BaseSubsiteTest {
|
||||
|
||||
$this->assertEquals(array(
|
||||
'Main site',
|
||||
'Template',
|
||||
'Subsite1 Template',
|
||||
'Subsite2 Template',
|
||||
'Template',
|
||||
'Test 1',
|
||||
'Test 2',
|
||||
'Test 3'
|
||||
|
Loading…
Reference in New Issue
Block a user