ImboUnitTest\Auth\AccessControl\Adapter\SimpleArrayAdapterTest::testThrowsOnMultiplePrivateKeysPerPublicKey PHP Method

testThrowsOnMultiplePrivateKeysPerPublicKey() public method

    public function testThrowsOnMultiplePrivateKeysPerPublicKey()
    {
        $accessControl = new SimpleArrayAdapter(['publicKey' => ['key1', 'key2']]);
    }