Add a test for a missing scope for the password grant

This commit is contained in:
Sephster
2017-11-13 23:16:30 +00:00
parent 1e3a84fc85
commit 1bcee9aaba
4 changed files with 46 additions and 6 deletions

View File

@@ -1708,7 +1708,5 @@ class AuthCodeGrantTest extends \PHPUnit_Framework_TestCase
'redirect_uri' => 'http://foo/bar',
]
);
$this->assertTrue($grant->validateAuthorizationRequest($request) instanceof AuthorizationRequest);
}
}