mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
spelling: mergeable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
abea73d6f1
commit
923ce1f742
1 changed files with 2 additions and 2 deletions
|
@ -38,10 +38,10 @@ class ACLFormatterTest extends TestCase
|
|||
|
||||
self::assertEquals($assert, $acl);
|
||||
|
||||
self::assertMergable($acl);
|
||||
self::assertMergeable($acl);
|
||||
}
|
||||
|
||||
public function assertMergable(array $aclOne, array $aclTwo = [])
|
||||
public function assertMergeable(array $aclOne, array $aclTwo = [])
|
||||
{
|
||||
self::assertTrue(is_array($aclOne));
|
||||
self::assertTrue(is_array($aclTwo));
|
||||
|
|
Loading…
Reference in a new issue