コード例 #1
0
ファイル: FormBuilderTest.php プロジェクト: boyhagemann/form
 public function testGetModel()
 {
     $model = new \StdClass();
     $this->fb->model($model);
     $this->assertSame($model, $this->fb->getModel());
 }