Exemplo n.º 1
0
 public function testGetList()
 {
     $list = $this->pages->getList();
     $this->assertTrue(is_array($list));
     $this->assertSame('Home', $list['/']);
     $this->assertSame('Blog', $list['/blog']);
 }