CakeDC\Users\Test\TestCase\Auth\ApiKeyAuthenticateTest::testAuthenticateFinderAuthConfig PHP Method

testAuthenticateFinderAuthConfig() public method

test
    public function testAuthenticateFinderAuthConfig()
    {
        Configure::write('Auth.authenticate.all.finder', 'undefinedFinderInAuth');
        $request = new Request('/?api_key=xxx');
        $result = $this->apiKey->authenticate($request, new Response());
    }