mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02: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::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($aclOne));
|
||||||
self::assertTrue(is_array($aclTwo));
|
self::assertTrue(is_array($aclTwo));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue