X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Ffront%2Fcontroller%2Fvisitor%2FLoginControllerTest.php;h=00d9eab3bba7f81e4b7c323bd7e25bc99880a74d;hb=b38a1b0209f546d4824a0db81a34c4e30fcdebaf;hp=1312ccb79199c1620651e805ffdded4bd71a838a;hpb=ca5e98da4867f720dc863dac55cd1fa2360068e7;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/front/controller/visitor/LoginControllerTest.php b/tests/front/controller/visitor/LoginControllerTest.php index 1312ccb7..00d9eab3 100644 --- a/tests/front/controller/visitor/LoginControllerTest.php +++ b/tests/front/controller/visitor/LoginControllerTest.php @@ -195,7 +195,7 @@ class LoginControllerTest extends TestCase $this->container->loginManager ->expects(static::once()) ->method('checkCredentials') - ->with('1.2.3.4', '1.2.3.4', 'bob', 'pass') + ->with('1.2.3.4', 'bob', 'pass') ->willReturn(true) ; $this->container->loginManager->method('getStaySignedInToken')->willReturn(bin2hex(random_bytes(8)));