Exemplo n.º 1
0
 public function testKeyShouldReturnCurrentPageHash()
 {
     $container = new Navigation\Navigation();
     $page = Page\AbstractPage::factory(array('type' => 'uri'));
     $container->addPage($page);
     $this->assertEquals($page->hashCode(), $container->key());
 }