Пример #1
0
 public function test_loadedHash()
 {
     $form = new Formbuilder($this->_container);
     $this->assertEquals($this->_container['form_hash'], $form->hash());
 }