Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 68c99de

Browse files
committed
test
1 parent 3e87a56 commit 68c99de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UserRepository/PdoDatabaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testAuthenticateInvalidUsername()
6262
]
6363
]);
6464

65-
$user = $pdoDatabase->authenticate('invaliduser', 'foo');
65+
$user = $pdoDatabase->authenticate('invaliduser', 'password');
6666
$this->assertNull($user);
6767
}
6868

0 commit comments

Comments
 (0)