Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove test case
Because we test very naively we matched also on def in default...

Signed-off-by: Roeland Jago Douma <[email protected]>
  • Loading branch information
rullzer committed Nov 27, 2019
commit 0e14bdc0d035f35f67dcb9fd357b5f2d1f8cbea1
1 change: 0 additions & 1 deletion tests/lib/LoggerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public function write(string $app, $message, int $level) {

public function userAndPasswordData() {
return [
['abc', 'def'],
['mySpecialUsername', 'MySuperSecretPassword'],
['my-user', '324324()#ä234'],
['my-user', ')qwer'],
Expand Down