Skip to content

Commit

Permalink
Merge branch 'QA_5_0'
Browse files Browse the repository at this point in the history
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Jan 7, 2020
2 parents 77ffaa9 + a6155da commit 106ec8d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions test/classes/ConfigTest.php
Expand Up @@ -1023,22 +1023,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
*
Expand Down

0 comments on commit 106ec8d

Please sign in to comment.