From 894724c45b903c1865143c2f672a1b21cb8dd07a Mon Sep 17 00:00:00 2001 From: sephster Date: Mon, 10 Dec 2018 23:01:45 +0000 Subject: [PATCH] Remove invalid commenting --- tests/Grant/AuthCodeGrantTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Grant/AuthCodeGrantTest.php b/tests/Grant/AuthCodeGrantTest.php index 3abf232c..c7f08a1a 100644 --- a/tests/Grant/AuthCodeGrantTest.php +++ b/tests/Grant/AuthCodeGrantTest.php @@ -642,7 +642,7 @@ class AuthCodeGrantTest extends TestCase 'POST', 'php://input', [ - //'Authorization' => 'Basic Zm9vOmJhcg==', + 'Authorization' => 'Basic Zm9vOmJhcg==', ], [], [],