Add more unit tests

This commit is contained in:
Frederic Guillot
2015-12-06 00:00:09 -05:00
parent db5da71f15
commit 9bd7985ba4
10 changed files with 318 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ class DatabaseGroupProvider implements GroupProviderInterface
*/
public function getInternalId()
{
return $this->group['id'];
return (int) $this->group['id'];
}
/**