* [ADD] Unit testing. Work in progress.

* [MOD] Added some connection options to MySQL handler
This commit is contained in:
nuxsmin
2018-06-02 22:15:45 +02:00
parent 37694928f1
commit addeccec94
9 changed files with 792 additions and 28 deletions

View File

@@ -217,7 +217,7 @@ class UserGroupRepositoryTestCase extends DatabaseTestCase
*/
public function testGetUsage()
{
$this->assertCount(5, self::$userGroupRepository->getUsage(2));
$this->assertCount(7, self::$userGroupRepository->getUsage(2));
$this->assertCount(0, self::$userGroupRepository->getUsage(3));
}