Skip to content

Commit 8d84c5d

Browse files
committed
Fix FilerHandlerTest.php wierdness
All tests would fail when this class was run by itself. setUp() method needed call the parent::setUp()
1 parent 3c52ee3 commit 8d84c5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)