Example #1
0
 /**
  * @expectedException \Dewdrop\Exception
  */
 public function testSettingAnInvalidPermissionValueThrowsAnException()
 {
     $this->field->setVisible(5);
 }