mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-05 08:04:09 +01:00
* [ADD] Unit testing. Work in progress
* [MOD] Code refactoring and minor bugfixes
This commit is contained in:
@@ -212,8 +212,7 @@ class UserProfileRepositoryTest extends DatabaseTestCase
|
||||
$this->assertEquals('Demo', $profile->getName());
|
||||
$this->assertNotEmpty($profile->getProfile());
|
||||
|
||||
$profile = self::$repository->getById(4);
|
||||
$this->assertCount(0, $profile);
|
||||
$this->assertNull(self::$repository->getById(4));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user