Skip to content

Commit 0f2e8e2

Browse files
committed
Fix test, don't worry about checking the exceptions message.
Signed-off-by: Jason Lewis <[email protected]>
1 parent 655b8a1 commit 0f2e8e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/AuthenticationTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public function testAuthenticationNotRequiredWhenRouteIsNotProtected()
6666

6767
/**
6868
* @expectedException \Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException
69-
* @expectedExceptionMessage Failed to authenticate because of an invalid or missing authorization header.
7069
*/
7170
public function testAuthenticationFailsWhenNoAuthorizationHeaderIsSet()
7271
{

0 commit comments

Comments
 (0)