Skip to content
Snippets Groups Projects
Commit f4df2879 authored by Marc Egger's avatar Marc Egger
Browse files

DeleteTest.php change path since logs are written outside

parent 6d258d20
No related branches found
No related tags found
2 merge requests!302Develop,!296Marc: Form/Report As File, Path class, Config class, Typo3 v9 compatability
Pipeline #4000 failed
......@@ -78,7 +78,8 @@ class DeleteTest extends AbstractDatabaseTest {
$this->store->setVar('form', 'TestFormName', STORE_TYPO3);
$this->previousCwdToApp = Path::cwdToApp();
Path::setMainPaths('/tmp');
mkdir('/tmp/deleteTest');
Path::setMainPaths('/tmp/deleteTest');
// The above replaces the following line with a Path:: function. Probably won't work.
// $this->store->setVar(SYSTEM_SITE_PATH_ABSOLUTE, '/tmp', STORE_SYSTEM, true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment