/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/auth/tests/TestCase/Authentication
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/auth/tests/TestCase/Authentication/FailureTest.php (1218B)
'10', 'username' => 'johndoe'],
Result::SUCCESS
);
$failure = new Failure($authenticator, $result);
$this->assertSame($authenticator, $failure->getAuthenticator());
$this->assertSame($result, $failure->getResult());
}
}