Fix form test

This commit is contained in:
Eric Lippmann 2015-07-22 14:21:53 +02:00
parent 63c51c01e0
commit 910dee199f
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ class FormTest extends BaseTestCase
}
/**
* @expectedException LogicException
* @expectedException \Icinga\Exception\ProgrammingError
*/
public function testWhetherTheOnSuccessOptionMustBeCallable()
{