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

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

Public Properties

Property Type Description
$fixtures

Public Methods

Method Description
setUp ( ) : void setup
testAuthenticateEmailOrUsername ( ) : void test authenticate email or username
testAuthenticateInjection ( ) : void test the authenticate method
testAuthenticateNoData ( ) : void test the authenticate method
testAuthenticateNoPassword ( ) : void test the authenticate method
testAuthenticateNoUsername ( ) : void test the authenticate method
testAuthenticateScopeFail ( ) : void test scope failure.

Method Details

setUp() public method

setup
public setUp ( ) : void
return void

testAuthenticateEmailOrUsername() public method

test authenticate email or username

testAuthenticateInjection() public method

test the authenticate method
public testAuthenticateInjection ( ) : void
return void

testAuthenticateNoData() public method

test the authenticate method
public testAuthenticateNoData ( ) : void
return void

testAuthenticateNoPassword() public method

test the authenticate method
public testAuthenticateNoPassword ( ) : void
return void

testAuthenticateNoUsername() public method

test the authenticate method
public testAuthenticateNoUsername ( ) : void
return void

testAuthenticateScopeFail() public method

test scope failure.
public testAuthenticateScopeFail ( ) : void
return void

Property Details

$fixtures public property

public $fixtures