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

Inheritance: extends Cake\TestSuite\TestCase
Afficher le fichier Open project: CakeDC/users

Méthodes publiques

Свойство Type Description
$apiKey CakeDC\Users\Auth\ApiKeyAuthenticate
$fixtures

Méthodes publiques

Méthode 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 méthode

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

tearDown() public méthode

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

testAuthenticateDefaultAllFinder() public méthode

test
public testAuthenticateDefaultAllFinder ( ) : void
Résultat void

testAuthenticateFail() public méthode

test
public testAuthenticateFail ( ) : void
Résultat void

testAuthenticateFinderAuthConfig() public méthode

test
public testAuthenticateFinderAuthConfig ( ) : void
Résultat void

testAuthenticateFinderConfig() public méthode

test
public testAuthenticateFinderConfig ( ) : void
Résultat void

testAuthenticateHappy() public méthode

test
public testAuthenticateHappy ( ) : void
Résultat void

testAuthenticateHeaderFail() public méthode

test
public testAuthenticateHeaderFail ( ) : void
Résultat void

testAuthenticateRequireSSL() public méthode

test

testAuthenticateRequireSSLNoKey() public méthode

test

testAuthenticateWrongType() public méthode

test

testHeaderHappy() public méthode

test
public testHeaderHappy ( ) : void
Résultat void

Property Details

$apiKey public_oe property

public ApiKeyAuthenticate,CakeDC\Users\Auth $apiKey
Résultat CakeDC\Users\Auth\ApiKeyAuthenticate

$fixtures public_oe property

public $fixtures