mirror of
https://github.com/friendica/friendica
synced 2025-04-26 11:10: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
|
@ -59,7 +59,7 @@ class BasePathTest extends MockedTest
|
|||
public function testDetermineBasePath(array $server, $input, $output)
|
||||
{
|
||||
$basepath = new BasePath($input, $server);
|
||||
$this->assertEquals($output, $basepath->getPath());
|
||||
self::assertEquals($output, $basepath->getPath());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue