TranslatorTest: expect the correct exception
This commit is contained in:
parent
0cc024a30a
commit
3d170f90a5
|
@ -44,7 +44,7 @@ class TranslatorTest extends BaseTestCase
|
|||
}
|
||||
|
||||
/**
|
||||
* @expectedException \Exception
|
||||
* @expectedException Icinga\Exception\IcingaException
|
||||
*/
|
||||
public function testWhetherSetupLocaleThrowsAnExceptionWhenGivenAnInvalidLocale()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue