Skip to content

Commit 779724a

Browse files
test(integration): Fix error with log rotator
1 parent 51dfcb6 commit 779724a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/CapiRemediationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function setUp(): void
6767
$currentDate = date('Y-m-d');
6868
$this->debugFile = 'debug-' . $currentDate . '.log';
6969
$this->prodFile = 'prod-' . $currentDate . '.log';
70-
$this->logger = new FileLog(['log_directory_path' => $this->root->url(), 'debug_mode' => true]);
70+
$this->logger = new FileLog(['log_directory_path' => $this->root->url(), 'debug_mode' => true, 'log_rotator' => true]);
7171
// Init PhpFiles cache storage
7272
$cacheFileConfigs = [
7373
'fs_cache_path' => __DIR__ . '/.cache/capi',

0 commit comments

Comments
 (0)