diff --git a/test/classes/ConfigTest.php b/test/classes/ConfigTest.php index be234167ced2..26c15f17a63f 100644 --- a/test/classes/ConfigTest.php +++ b/test/classes/ConfigTest.php @@ -1024,22 +1024,6 @@ public function testGetTempDir(): void ); } - /** - * Test for getUploadTempDir - * - * @return void - * - * @group file-system - */ - public function testGetUploadTempDir(): void - { - $this->object->set('TempDir', sys_get_temp_dir() . DIRECTORY_SEPARATOR); - $this->assertEquals( - $this->object->getTempDir('upload'), - $this->object->getUploadTempDir() - ); - } - /** * Test for isGitRevision *