From 621329ebd237f1bcbf2594445b33ecacfc356fc4 Mon Sep 17 00:00:00 2001 From: Danny Fallon Date: Mon, 11 Aug 2014 11:04:20 +0100 Subject: [PATCH] Use proper namespacing on test exceptions --- tests/Intercom/IntercomBasicAuthClientTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Intercom/IntercomBasicAuthClientTest.php b/tests/Intercom/IntercomBasicAuthClientTest.php index 693a8c3b..9aab1e3b 100644 --- a/tests/Intercom/IntercomBasicAuthClientTest.php +++ b/tests/Intercom/IntercomBasicAuthClientTest.php @@ -41,7 +41,7 @@ function testGetServiceDescriptionFromFile() } /** - * @expectedException InvalidArgumentException + * @expectedException \InvalidArgumentException */ function testGetServiceDescriptionFromFileNoFile() { @@ -51,7 +51,7 @@ function testGetServiceDescriptionFromFileNoFile() } /** - * @expectedException Guzzle\Common\Exception\InvalidArgumentException + * @expectedException \Guzzle\Common\Exception\InvalidArgumentException */ public function testFactoryEmptyArgs() { @@ -59,7 +59,7 @@ public function testFactoryEmptyArgs() } /** - * @expectedException Guzzle\Common\Exception\InvalidArgumentException + * @expectedException \Guzzle\Common\Exception\InvalidArgumentException */ public function testFactoryMissingArgs() {