mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-10 02:16:58 +01:00
* [ADD] Unit testing. Work in progress.
* [MOD] Added some connection options to MySQL handler
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user