ImboUnitTest\Auth\AccessControl\Adapter\ArrayAdapterTest::testThrowsErrorOnDuplicatePublicKey PHP Method

testThrowsErrorOnDuplicatePublicKey() public method

    public function testThrowsErrorOnDuplicatePublicKey()
    {
        $accessControl = new ArrayAdapter([['publicKey' => 'pubkey', 'privateKey' => 'privkey', 'acl' => []], ['publicKey' => 'pubkey', 'privateKey' => 'privkey', 'acl' => []]]);
    }