From 3d170f90a51fb1ba238bc2961bb443f870a1df37 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 4 Sep 2014 18:38:03 +0200 Subject: [PATCH] TranslatorTest: expect the correct exception --- test/php/library/Icinga/Util/TranslatorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/php/library/Icinga/Util/TranslatorTest.php b/test/php/library/Icinga/Util/TranslatorTest.php index 23bc154dd..1a4fc1be5 100644 --- a/test/php/library/Icinga/Util/TranslatorTest.php +++ b/test/php/library/Icinga/Util/TranslatorTest.php @@ -44,7 +44,7 @@ class TranslatorTest extends BaseTestCase } /** - * @expectedException \Exception + * @expectedException Icinga\Exception\IcingaException */ public function testWhetherSetupLocaleThrowsAnExceptionWhenGivenAnInvalidLocale() {