PHP Class CakeDC\Users\Test\TestCase\Auth\ApiKeyAuthenticateTest

Inheritance: extends Cake\TestSuite\TestCase
Show file Open project: CakeDC/users

Public Properties

Property Type Description
$apiKey CakeDC\Users\Auth\ApiKeyAuthenticate
$fixtures

Public Methods

Method Description
setUp ( ) Sets up the fixture, for example, opens a network connection.
tearDown ( ) Tears down the fixture, for example, closes a network connection.
testAuthenticateDefaultAllFinder ( ) : void test
testAuthenticateFail ( ) : void test
testAuthenticateFinderAuthConfig ( ) : void test
testAuthenticateFinderConfig ( ) : void test
testAuthenticateHappy ( ) : void test
testAuthenticateHeaderFail ( ) : void test
testAuthenticateRequireSSL ( ) test
testAuthenticateRequireSSLNoKey ( ) test
testAuthenticateWrongType ( ) test
testHeaderHappy ( ) : void test

Method Details

setUp() public method

This method is called before a test is executed.
public setUp ( )

tearDown() public method

This method is called after a test is executed.
public tearDown ( )

testAuthenticateDefaultAllFinder() public method

test

testAuthenticateFail() public method

test
public testAuthenticateFail ( ) : void
return void

testAuthenticateFinderAuthConfig() public method

test

testAuthenticateFinderConfig() public method

test
public testAuthenticateFinderConfig ( ) : void
return void

testAuthenticateHappy() public method

test
public testAuthenticateHappy ( ) : void
return void

testAuthenticateHeaderFail() public method

test
public testAuthenticateHeaderFail ( ) : void
return void

testAuthenticateRequireSSL() public method

test

testAuthenticateRequireSSLNoKey() public method

test

testAuthenticateWrongType() public method

test

testHeaderHappy() public method

test
public testHeaderHappy ( ) : void
return void

Property Details

$apiKey public property

public ApiKeyAuthenticate,CakeDC\Users\Auth $apiKey
return CakeDC\Users\Auth\ApiKeyAuthenticate

$fixtures public property

public $fixtures