PHP Class Acl\Test\TestCase\Auth\ActionsAuthorizeTest

Inheritance: extends Cake\TestSuite\TestCase
Afficher le fichier Open project: cakephp/acl

Méthodes publiques

Méthode Description
setUp ( ) : void setUp
testActionMethod ( ) : void test action()
testActionNoDoubleSlash ( ) : void Make sure that action() doesn't create double slashes anywhere.
testActionWithPlugin ( ) : void test action() and plugins
testActionWithPluginAndPrefix ( )
testActionWithPrefix ( )
testAuthorizeFailure ( ) : void test failure
testAuthorizeSettings ( ) : void testAuthorizeSettings
testAuthorizeSuccess ( ) : void test isAuthorized working.

Méthodes protégées

Méthode Description
_mockAcl ( ) : void setup the mock acl.

Method Details

_mockAcl() protected méthode

setup the mock acl.
protected _mockAcl ( ) : void
Résultat void

setUp() public méthode

setUp
public setUp ( ) : void
Résultat void

testActionMethod() public méthode

test action()
public testActionMethod ( ) : void
Résultat void

testActionNoDoubleSlash() public méthode

Make sure that action() doesn't create double slashes anywhere.
public testActionNoDoubleSlash ( ) : void
Résultat void

testActionWithPlugin() public méthode

test action() and plugins
public testActionWithPlugin ( ) : void
Résultat void

testActionWithPluginAndPrefix() public méthode

testActionWithPrefix() public méthode

testAuthorizeFailure() public méthode

test failure
public testAuthorizeFailure ( ) : void
Résultat void

testAuthorizeSettings() public méthode

testAuthorizeSettings
public testAuthorizeSettings ( ) : void
Résultat void

testAuthorizeSuccess() public méthode

test isAuthorized working.
public testAuthorizeSuccess ( ) : void
Résultat void