diff options
Diffstat (limited to 'apps/files_external/tests/Auth/Password/GlobalAuth.php')
-rw-r--r-- | apps/files_external/tests/Auth/Password/GlobalAuth.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_external/tests/Auth/Password/GlobalAuth.php b/apps/files_external/tests/Auth/Password/GlobalAuth.php index f6e6b0b55ac..8edf7358ed8 100644 --- a/apps/files_external/tests/Auth/Password/GlobalAuth.php +++ b/apps/files_external/tests/Auth/Password/GlobalAuth.php @@ -118,5 +118,4 @@ class GlobalAuthTest extends TestCase { $this->instance->manipulateStorageConfig($storage); $this->assertEquals([], $storage->getBackendOptions()); } - } |