Fix ParsedLogIteratorTest::setUp()
This commit is contained in:
parent
dd2abc7aff
commit
5520f100b2
|
@ -40,7 +40,7 @@ class ParsedLogIteratorTest extends TestCase
|
|||
}
|
||||
}
|
||||
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
$logfile = dirname(__DIR__) . DIRECTORY_SEPARATOR .
|
||||
'..' . DIRECTORY_SEPARATOR .
|
||||
|
|
Loading…
Reference in a new issue