Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-05-31 16:24:29 +0300
committerRobin Appelman <robin@icewind.nl>2021-10-07 18:19:36 +0300
commit6b80ae9d4423369a95dbdd5a02ffafe8b295f746 (patch)
tree5b5f6924b5c7984cf7d6b6d1374042b62ddbe2de /apps/files_external/tests
parent7ec80b39579f6764778c74a6989972a955ba6757 (diff)
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.php1
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();
}