spelling: mergeable

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:20:52 -04:00
parent abea73d6f1
commit 923ce1f742
1 changed files with 2 additions and 2 deletions

View File

@ -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));