Skip to content

Commit

Permalink
Merge pull request #2346 from dafriend/fix_fileHandlerTest
Browse files Browse the repository at this point in the history
Fix FilerHandlerTest.php wierdness
  • Loading branch information
jim-parry authored Oct 19, 2019
2 parents 33518ea + 8d84c5d commit 5122737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/system/Log/FileHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class FileHandlerTest extends \CIUnitTestCase

protected function setUp(): void
{
parent::setUp();
$this->root = vfsStream::setup('root');
$this->start = $this->root->url() . '/';
}
Expand Down

0 comments on commit 5122737

Please sign in to comment.