PHP Class CakeDC\Users\Test\TestCase\View\Helper\AuthLinkHelperTest

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

Public Properties

Property Type Description
$AuthLink CakeDC\Users\View\Helper\AuthLinkHelper Test subject

Public Methods

Method Description
setUp ( ) : void setUp method
tearDown ( ) : void tearDown method
testIsAuthorized ( ) : void Test isAuthorized
testLinkAuthorized ( ) : void Test link
testLinkAuthorizedAllowedFalse ( ) : void Test link
testLinkAuthorizedAllowedTrue ( ) : void Test link
testLinkFalse ( ) : void Test link

Method Details

setUp() public method

setUp method
public setUp ( ) : void
return void

tearDown() public method

tearDown method
public tearDown ( ) : void
return void

testIsAuthorized() public method

Test isAuthorized
public testIsAuthorized ( ) : void
return void

testLinkAuthorized() public method

Test link
public testLinkAuthorized ( ) : void
return void

testLinkAuthorizedAllowedFalse() public method

Test link

testLinkAuthorizedAllowedTrue() public method

Test link

testLinkFalse() public method

Test link
public testLinkFalse ( ) : void
return void

Property Details