for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Nord\Lumen\OAuth2\Tests;
use League\OAuth2\Server\Storage\ScopeInterface;
class MockScopeStorage extends MockStorage implements ScopeInterface
{
/**
* @inheritdoc
*/
public function get($scope, $grantType = null, $clientId = null)
throw new \Exception('Not implemented');
}