* [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

@@ -159,7 +159,7 @@ class UserRepositoryTest extends DatabaseTestCase
*/
public function testGetUsageForUser()
{
$this->assertCount(1, self::$userRepository->getUsageForUser(2));
$this->assertCount(2, self::$userRepository->getUsageForUser(2));
}
/**