Skip to content

Commit 630ca3c

Browse files
committed
Fix FQN of 2 expected exceptions
1 parent 28cd036 commit 630ca3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Auth/AuthTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function tearDown()
2525
}
2626

2727
/**
28-
* @expectedException Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException
28+
* @expectedException \Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException
2929
*/
3030
public function testExceptionThrownWhenAuthorizationHeaderNotSet()
3131
{
@@ -41,7 +41,7 @@ public function testExceptionThrownWhenAuthorizationHeaderNotSet()
4141
}
4242

4343
/**
44-
* @expectedException Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException
44+
* @expectedException \Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException
4545
*/
4646
public function testExceptionThrownWhenProviderFailsToAuthenticate()
4747
{

0 commit comments

Comments
 (0)