PHP Class TinyAuth\Test\TestCase\Controller\Component\AuthUserHelperTest

Inheritance: extends Cake\TestSuite\TestCase
Afficher le fichier Open project: dereuromark/cakephp-tinyauth

Protected Properties

Свойство Type Description
$AuthUserHelper TinyAuth\View\Helper\AuthUserHelper
$View Cake\View\View
$config array

Méthodes publiques

Méthode Description
setUp ( ) : void
testIsAuthorizedInvalid ( ) : void
testIsAuthorizedNotLoggedIn ( ) : void
testIsAuthorizedValid ( ) : void
testIsMe ( ) : void
testLinkInvalidDefault ( ) : void
testLinkNotLoggedIn ( ) : void
testLinkSpeed ( ) : void ACL links are basically free, they are as fast as normal links.
testLinkValid ( ) : void
testPostLinkInvalid ( ) : void
testPostLinkValid ( ) : void
testPostLinkValidNoEscape ( ) : void
testRoles ( ) : void
testUser ( ) : void

Method Details

setUp() public méthode

public setUp ( ) : void
Résultat void

testIsAuthorizedInvalid() public méthode

public testIsAuthorizedInvalid ( ) : void
Résultat void

testIsAuthorizedNotLoggedIn() public méthode

public testIsAuthorizedNotLoggedIn ( ) : void
Résultat void

testIsAuthorizedValid() public méthode

public testIsAuthorizedValid ( ) : void
Résultat void

testIsMe() public méthode

public testIsMe ( ) : void
Résultat void

testLinkInvalidDefault() public méthode

public testLinkInvalidDefault ( ) : void
Résultat void

testLinkNotLoggedIn() public méthode

public testLinkNotLoggedIn ( ) : void
Résultat void

testLinkSpeed() public méthode

ACL links are basically free, they are as fast as normal links.
public testLinkSpeed ( ) : void
Résultat void

testLinkValid() public méthode

public testLinkValid ( ) : void
Résultat void

testPostLinkInvalid() public méthode

public testPostLinkInvalid ( ) : void
Résultat void

testPostLinkValid() public méthode

public testPostLinkValid ( ) : void
Résultat void

testPostLinkValidNoEscape() public méthode

public testPostLinkValidNoEscape ( ) : void
Résultat void

testRoles() public méthode

public testRoles ( ) : void
Résultat void

testUser() public méthode

public testUser ( ) : void
Résultat void

Property Details

$AuthUserHelper protected_oe property

protected AuthUserHelper,TinyAuth\View\Helper $AuthUserHelper
Résultat TinyAuth\View\Helper\AuthUserHelper

$View protected_oe property

protected View,Cake\View $View
Résultat Cake\View\View

$config protected_oe property

protected array $config
Résultat array