From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:20:52 +0000 (-0400) Subject: spelling: mergeable X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=923ce1f74290979eee4965e4ab47f190c3dcb4bb;p=friendica.git spelling: mergeable Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/tests/src/Util/ACLFormaterTest.php b/tests/src/Util/ACLFormaterTest.php index 14aaf09c72..afbf435d85 100644 --- a/tests/src/Util/ACLFormaterTest.php +++ b/tests/src/Util/ACLFormaterTest.php @@ -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));