mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Fixed Pages test
This commit is contained in:
parent
00206d5957
commit
7ba69dd5a1
|
|
@ -229,8 +229,8 @@ class PagesTest extends \Codeception\TestCase\Test
|
|||
{
|
||||
$list = $this->pages->getList();
|
||||
$this->assertTrue(is_array($list));
|
||||
$this->assertSame('Home', $list['/']);
|
||||
$this->assertSame('Blog', $list['/blog']);
|
||||
$this->assertSame('—-▸ Home', $list['/']);
|
||||
$this->assertSame('—-▸ Blog', $list['/blog']);
|
||||
}
|
||||
|
||||
public function testGetTypes()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user