mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-04-27 01:32:20 +05:30
Scope entity is json serializable
This commit is contained in:
@@ -16,5 +16,7 @@ class ScopeTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
$this->assertEquals('foobar', $scope->getId());
|
||||
$this->assertEquals('barfoo', $scope->getDescription());
|
||||
|
||||
$this->assertTrue(is_array($scope->jsonSerialize()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user