Exemplo n.º 1
0
 function testValidateFailed()
 {
     $controller = new TestingController();
     $error_list = $controller->getErrorList();
     $error_list->addError('blah!');
     $this->assertFalse($controller->validate(new lmbSet()));
 }