mirror of
https://github.com/friendica/friendica
synced 2025-04-25 06:30:11 +00:00
Fix wrong $this->assert...()
with `self::assert...()
This commit is contained in:
parent
b3e5621d37
commit
efaec26b1d
63 changed files with 1192 additions and 1192 deletions
|
@ -92,7 +92,7 @@ class StreamLoggerTest extends AbstractLoggerTest
|
|||
|
||||
$text = $logfile->getContent();
|
||||
|
||||
$this->assertLogline($text);
|
||||
self::assertLogline($text);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -111,7 +111,7 @@ class StreamLoggerTest extends AbstractLoggerTest
|
|||
|
||||
$text = $logfile->getContent();
|
||||
|
||||
$this->assertLoglineNums(2, $text);
|
||||
self::assertLoglineNums(2, $text);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue