From 923ce1f74290979eee4965e4ab47f190c3dcb4bb Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:20:52 -0400 Subject: [PATCH] spelling: mergeable Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/src/Util/ACLFormaterTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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));