示例#1
0
 public function testGetForm()
 {
     $this->prepareRepo();
     $form = $this->filter->getForm();
     $this->assertInstanceOf('Symfony\\Component\\Form\\FormInterface', $form);
 }