diff options
author | Robin Appelman <robin@icewind.nl> | 2021-05-31 15:24:29 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2021-10-07 17:19:36 +0200 |
commit | 6b80ae9d4423369a95dbdd5a02ffafe8b295f746 (patch) | |
tree | 5b5f6924b5c7984cf7d6b6d1374042b62ddbe2de /apps/files_external/tests | |
parent | 7ec80b39579f6764778c74a6989972a955ba6757 (diff) | |
download | nextcloud-server-6b80ae9d4423369a95dbdd5a02ffafe8b295f746.tar.gz nextcloud-server-6b80ae9d4423369a95dbdd5a02ffafe8b295f746.zip |
teardown
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_external/tests')
-rw-r--r-- | apps/files_external/tests/Storage/FtpTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/tests/Storage/FtpTest.php b/apps/files_external/tests/Storage/FtpTest.php index 3a8f94fb7fe..461e1ffb5c3 100644 --- a/apps/files_external/tests/Storage/FtpTest.php +++ b/apps/files_external/tests/Storage/FtpTest.php @@ -59,6 +59,7 @@ class FtpTest extends \Test\Files\Storage\Storage { if ($this->instance) { $this->instance->rmdir(''); } + $this->instance = null; parent::tearDown(); } |