Fixed Pages test

This commit is contained in:
Andy Miller 2017-04-14 12:38:59 -06:00
parent 00206d5957
commit 7ba69dd5a1
No known key found for this signature in database
GPG Key ID: E82B8D0EAB94EFB9

View File

@ -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()