mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
Fix ParsedLogIteratorTest::setUp()
This commit is contained in:
parent
dd2abc7aff
commit
5520f100b2
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class ParsedLogIteratorTest extends TestCase
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function setUp()
|
protected function setUp(): void
|
||||||
{
|
{
|
||||||
$logfile = dirname(__DIR__) . DIRECTORY_SEPARATOR .
|
$logfile = dirname(__DIR__) . DIRECTORY_SEPARATOR .
|
||||||
'..' . DIRECTORY_SEPARATOR .
|
'..' . DIRECTORY_SEPARATOR .
|
||||||
|
|
Loading…
Reference in a new issue