Skip to content

Commit

Permalink
[TASK] Minor cgl fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli42 committed Jan 11, 2019
1 parent f958a58 commit 9c47cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Core/Build/UnitTestsBootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

$cache = new \TYPO3\CMS\Core\Cache\Frontend\PhpFrontend(
'cache_core',
new \TYPO3\CMS\Core\Cache\Backend\NullBackend('production', [])
new \TYPO3\CMS\Core\Cache\Backend\NullBackend('production', [])
);
// Set all packages to active
$packageManager = \TYPO3\CMS\Core\Core\Bootstrap::createPackageManager(\TYPO3\CMS\Core\Package\UnitTestPackageManager::class, $cache);
Expand Down

0 comments on commit 9c47cb6

Please sign in to comment.