Skip to content

Commit

Permalink
Bugfix fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Feb 26, 2024
1 parent 1c4fdca commit 6afe646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected function setUp(): void

$this->lockFile = \TYPO3\CMS\Core\Core\Environment::getVarPath().
'/lock/mktoolsExceptionLock_2e41f8198a125606abc9a71493eebe48';
\TYPO3\CMS\Core\Utility\GeneralUtility::mkdir(\TYPO3\CMS\Core\Core\Environment::getVarPath().'/lock');
\TYPO3\CMS\Core\Utility\GeneralUtility::mkdir_deep(\TYPO3\CMS\Core\Core\Environment::getVarPath().'/lock');

$this->devIpMaskBackup = $GLOBALS['TYPO3_CONF_VARS']['SYS']['devIPmask'];
$_SERVER['REMOTE_ADDR'] = '';
Expand Down

0 comments on commit 6afe646

Please sign in to comment.