Skip to content

Commit

Permalink
Bugfix fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Mar 1, 2024
1 parent c90f758 commit 335e79a
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 335e79a

Please sign in to comment.