30 'Backend login with securityLevel "normal"' => array(
35 'uident' =>
'password',
41 'uident' =>
'password',
43 'uident_text' =>
'password',
44 'uident_challenged' =>
'458203772635d38f05ca9e62d8237974',
45 'uident_superchallenged' =>
'651219fccfbe0c9004c7196515d780ce' 48 'Backend login with securityLevel "superchallenged"' => array(
53 'uident' =>
'651219fccfbe0c9004c7196515d780ce',
59 'uident' =>
'651219fccfbe0c9004c7196515d780ce',
62 'uident_challenged' =>
'',
63 'uident_superchallenged' =>
'651219fccfbe0c9004c7196515d780ce' 66 'Frontend login with securityLevel "normal"' => array(
71 'uident' =>
'password',
77 'uident' =>
'password',
79 'uident_text' =>
'password',
80 'uident_challenged' =>
'458203772635d38f05ca9e62d8237974',
81 'uident_superchallenged' =>
'651219fccfbe0c9004c7196515d780ce' 84 'Frontend login with securityLevel "challenged"' => array(
89 'uident' =>
'458203772635d38f05ca9e62d8237974',
95 'uident' =>
'458203772635d38f05ca9e62d8237974',
98 'uident_challenged' =>
'458203772635d38f05ca9e62d8237974',
99 'uident_superchallenged' =>
'' 109 public function processLoginReturnsCorrectData($passwordSubmissionStrategy, $loginData, $expectedProcessedData) {
113 $authenticationService->processLoginData($loginData, $passwordSubmissionStrategy);
114 $this->assertEquals($expectedProcessedData, $loginData);
static makeInstance($className)
processLoginDataProvider()