mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 09:14:32 +02: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
|
@ -72,7 +72,7 @@ class UserTest extends MockedTest
|
|||
|
||||
$record = User::identities($this->parent['uid']);
|
||||
|
||||
$this->assertEquals([], $record);
|
||||
self::assertEquals([], $record);
|
||||
}
|
||||
|
||||
public function testIdentitiesAsParent()
|
||||
|
@ -109,7 +109,7 @@ class UserTest extends MockedTest
|
|||
|
||||
$record = User::identities($this->parent['uid']);
|
||||
|
||||
$this->assertEquals([
|
||||
self::assertEquals([
|
||||
$this->parent,
|
||||
$this->child,
|
||||
$this->manage
|
||||
|
@ -162,7 +162,7 @@ class UserTest extends MockedTest
|
|||
|
||||
$record = User::identities($this->child['uid']);
|
||||
|
||||
$this->assertEquals([
|
||||
self::assertEquals([
|
||||
$this->parent,
|
||||
$this->child,
|
||||
$this->manage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue