diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-11-27 13:19:32 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-11-27 15:27:28 +0100 |
commit | 0e14bdc0d035f35f67dcb9fd357b5f2d1f8cbea1 (patch) | |
tree | ce53dc636d7d710b1bc931a41163ea234e3091d3 /tests/lib/LoggerTest.php | |
parent | 469c06be15b59ab6b0332fe3514d75d5578bbf67 (diff) | |
download | nextcloud-server-0e14bdc0d035f35f67dcb9fd357b5f2d1f8cbea1.tar.gz nextcloud-server-0e14bdc0d035f35f67dcb9fd357b5f2d1f8cbea1.zip |
remove test case
Because we test very naively we matched also on def in default...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests/lib/LoggerTest.php')
-rw-r--r-- | tests/lib/LoggerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/LoggerTest.php b/tests/lib/LoggerTest.php index f22896e9879..b8e45d09c63 100644 --- a/tests/lib/LoggerTest.php +++ b/tests/lib/LoggerTest.php @@ -73,7 +73,6 @@ class LoggerTest extends TestCase implements IWriter { public function userAndPasswordData() { return [ - ['abc', 'def'], ['mySpecialUsername', 'MySuperSecretPassword'], ['my-user', '324324()#รค234'], ['my-user', ')qwer'], |