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:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user