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