mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-07 19:49:30 +00:00
Applied rector to test files
This commit is contained in:
parent
7ee01d9a05
commit
98dc553938
46 changed files with 42 additions and 102 deletions
|
|
@ -47,7 +47,7 @@ class SamlUserFactoryTest extends WebTestCase
|
|||
|
||||
$this->assertInstanceOf(User::class, $user);
|
||||
|
||||
$this->assertEquals('sso_user', $user->getUsername());
|
||||
$this->assertEquals('sso_user', $user->getUserIdentifier());
|
||||
//User must not change his password
|
||||
$this->assertFalse($user->isNeedPwChange());
|
||||
//And must not be disabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue