PHP Class FOC\Authenticate\Auth\Test\TestCase\Auth\TokenAuthenticateTest

Inheritance: extends Cake\TestSuite\TestCase
Show file Open project: friendsofcake/authenticate

Public Properties

Property Type Description
$fixtures

Public Methods

Method Description
setUp ( ) : void setup
testAuthenticateTokenHeader ( ) : void test authenticate token as request header
testAuthenticateTokenParameter ( ) : void test authenticate token as query parameter

Method Details

setUp() public method

setup
public setUp ( ) : void
return void

testAuthenticateTokenHeader() public method

test authenticate token as request header
public testAuthenticateTokenHeader ( ) : void
return void

testAuthenticateTokenParameter() public method

test authenticate token as query parameter

Property Details

$fixtures public property

public $fixtures