Skip to content

Commit 5122737

Browse files
authored
Merge pull request #2346 from dafriend/fix_fileHandlerTest
Fix FilerHandlerTest.php wierdness
2 parents 33518ea + 8d84c5d commit 5122737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/Log/FileHandlerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class FileHandlerTest extends \CIUnitTestCase
1010

1111
protected function setUp(): void
1212
{
13+
parent::setUp();
1314
$this->root = vfsStream::setup('root');
1415
$this->start = $this->root->url() . '/';
1516
}

0 commit comments

Comments
 (0)