Exemple #1
0
 public function testNoValidator()
 {
     $this->assertFalse($this->basic_form_handler->isValid());
     $this->setExpectedException('\\Exception', 'Cannot get validator, no validator assigned');
     $this->basic_form_handler->getValidator();
 }