* [ADD] Unit testing. Work in progress

* [MOD] Code refactoring
This commit is contained in:
nuxsmin
2018-07-15 20:39:11 +02:00
parent 9d42c23873
commit cfa2b20e8b
11 changed files with 192 additions and 25 deletions

View File

@@ -72,7 +72,6 @@ class MasterPassServiceTest extends DatabaseTestCase
self::$service = $dic->get(MasterPassService::class);
self::$accountService = $dic->get(AccountService::class);
self::$customFieldService = $dic->get(CustomFieldService::class);
}
/**