Ejemplo n.º 1
0
 public function testGetCurrentItem()
 {
     $this->ch4->setCurrent(true);
     $this->assertSame($this->ch4, $this->ch4->getCurrentItem());
     $this->assertSame($this->ch4, $this->menu->getCurrentItem());
     $this->assertNull($this->pt1->getCurrentItem());
 }