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

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

Public Properties

Property Type Description
$fixtures

Protected Properties

Property Type Description
$_rememberMe CakeDC\Users\Auth\RememberMeAuthenticate

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.
testAuthenticateBadAgent ( ) : void test
testAuthenticateBadUser ( ) : void test
testAuthenticateHappy ( ) : void test
testAuthenticateNoCookie ( ) : 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 ( )

testAuthenticateBadAgent() public method

test
public testAuthenticateBadAgent ( ) : void
return void

testAuthenticateBadUser() public method

test
public testAuthenticateBadUser ( ) : void
return void

testAuthenticateHappy() public method

test
public testAuthenticateHappy ( ) : void
return void

testAuthenticateNoCookie() public method

test
public testAuthenticateNoCookie ( ) : void
return void

Property Details

$_rememberMe protected property

protected RememberMeAuthenticate,CakeDC\Users\Auth $_rememberMe
return CakeDC\Users\Auth\RememberMeAuthenticate

$fixtures public property

public $fixtures