Exemplo n.º 1
0
 public function testGetIsDisplayed()
 {
     $this->assertSame(true, $this->parser->getIsDisplayed());
 }
Exemplo n.º 2
0
 /**
  * @return bool
  */
 public function getIsDisplayed()
 {
     return $this->parser->getIsDisplayed();
 }