예제 #1
0
 public function testIsHidden()
 {
     $this->assertFalse($this->infoBlock->isHidden());
 }
예제 #2
0
 public function testIsHidden()
 {
     $this->webapiBlock = $this->getWebapiBlock();
     $this->assertFalse($this->webapiBlock->isHidden());
 }