We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cd036 commit 630ca3cCopy full SHA for 630ca3c
tests/Auth/AuthTest.php
@@ -25,7 +25,7 @@ public function tearDown()
25
}
26
27
/**
28
- * @expectedException Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException
+ * @expectedException \Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException
29
*/
30
public function testExceptionThrownWhenAuthorizationHeaderNotSet()
31
{
@@ -41,7 +41,7 @@ public function testExceptionThrownWhenAuthorizationHeaderNotSet()
41
42
43
44
45
46
public function testExceptionThrownWhenProviderFailsToAuthenticate()
47
0 commit comments