Skip to content

Commit

Permalink
TranslatorTest: expect the correct exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Sep 4, 2014
1 parent 0cc024a commit 3d170f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/php/library/Icinga/Util/TranslatorTest.php
Expand Up @@ -44,7 +44,7 @@ public function testWhetherSetupLocaleSetsUpTheGivenLocale()
}

/**
* @expectedException \Exception
* @expectedException Icinga\Exception\IcingaException
*/
public function testWhetherSetupLocaleThrowsAnExceptionWhenGivenAnInvalidLocale()
{
Expand Down

0 comments on commit 3d170f9

Please sign in to comment.