We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c52ee3 commit 8d84c5dCopy full SHA for 8d84c5d
1 file changed
tests/system/Log/FileHandlerTest.php
@@ -10,6 +10,7 @@ class FileHandlerTest extends \CIUnitTestCase
10
11
protected function setUp(): void
12
{
13
+ parent::setUp();
14
$this->root = vfsStream::setup('root');
15
$this->start = $this->root->url() . '/';
16
}
0 commit comments