Scope entity is json serializable

This commit is contained in:
Alex Bilbie
2014-05-08 11:55:04 +01:00
parent b9cedc8b93
commit d40ee11ef5
2 changed files with 15 additions and 1 deletions

View File

@@ -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()));
}
}