Пример #1
0
 public function testCannotBeFrozen()
 {
     $hidden = new HTML_QuickForm2_Element_InputHidden('foo');
     $this->assertFalse($hidden->toggleFrozen(true));
     $this->assertFalse($hidden->toggleFrozen());
 }