From 36bf4ff8f2fa9988633e280a0b6c7d7c0946928a Mon Sep 17 00:00:00 2001 From: sephster Date: Sun, 2 Sep 2018 16:19:47 +0100 Subject: [PATCH] Fix accidental paste of code --- tests/Grant/AuthCodeGrantTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Grant/AuthCodeGrantTest.php b/tests/Grant/AuthCodeGrantTest.php index 05975e61..3ea7105a 100644 --- a/tests/Grant/AuthCodeGrantTest.php +++ b/tests/Grant/AuthCodeGrantTest.php @@ -200,7 +200,6 @@ class AuthCodeGrantTest extends TestCase } /** - * $this->expectException(OAuth * @expectedException \League\OAuth2\Server\Exception\OAuthServerException */ public function testValidateAuthorizationRequestCodeChallengeInvalidLengthTooShort()