Commit 03760d2039c262b2e5e8944cbeb8dc17bd985d1f
1 parent
a5d404c2
Exists in
master
and in
1 other branch
bugfix tests
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
tests/TestCase/Controller/General.php
... | ... | @@ -443,8 +443,7 @@ class General extends TestCase { |
443 | 443 | ]; |
444 | 444 | $this->session($authType); |
445 | 445 | //$this->request->getSession()->write($authType); |
446 | - (new UsersController())->statsUpdateForCurrentUserOnLogin($user['Auth']['User']); | |
447 | - | |
446 | + (new UsersController())->statsUpdateForCurrentUserWhen($user['Auth']['User'],'sur login'); | |
448 | 447 | |
449 | 448 | } |
450 | 449 | ... | ... |