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