From a5c5929dc9eb5e6fc5c5b1676459464f39bfe6bd Mon Sep 17 00:00:00 2001 From: Sephster Date: Mon, 13 Nov 2017 22:34:12 +0000 Subject: [PATCH] Change default scope to be basic --- 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 ebfd4878..179d5feb 100644 --- a/tests/Grant/AuthCodeGrantTest.php +++ b/tests/Grant/AuthCodeGrantTest.php @@ -28,7 +28,7 @@ use Zend\Diactoros\ServerRequest; class AuthCodeGrantTest extends \PHPUnit_Framework_TestCase { - const DEFAULT_SCOPE = 'default'; + const DEFAULT_SCOPE = 'basic'; /** * @var CryptTraitStub