PHP Class Crud\TestCase\Action\BaseActionTest

Inheritance: extends Crud\TestSuite\TestCase
Afficher le fichier Open project: friendsofcake/crud

Méthodes publiques

Méthode Description
setUp ( )
tearDown ( )
testBadMessageConfig ( ) testBadMessageConfig
testBadRequestMethodMessage ( ) : void testBadRequestMethodMessage
testDisable ( ) : void testDisable
testEmptyMessage ( ) testEmptyMessage
testEnable ( ) : void testEnable
testEnabledActionWorks ( ) : void Test that an enabled action will call _handle
testGenericHandle ( ) : void testGenericHandle
testGetSaveAllOptionsDefaults ( ) : void Test default saveAll options works when modified
testHandle ( ) : void testHandle
testHandleDisabled ( ) : void testHandleDisabled
testHandleException ( ) : void testHandleException
testImplementedEvents ( ) : void Test that we get the expected events
testInheritedSimpleMessage ( ) : void testInheritedSimpleMessage
testInvalidIdMessage ( ) : void testInvalidIdMessage
testOverrideAllDefaults ( ) : void Test that it's possible to override all configuration settings through the __constructor()
testOverridenSimpleMessage ( ) : void testOverridenSimpleMessage
testRecordNotFoundMessage ( ) : void testMessageNotFound
testSetFlash ( ) : void Test that setFlash triggers the correct methods
testSimpleMessage ( ) : void testSimpleMessage
testSimpleMessageWithPlaceholders ( ) : void testSimpleMessageWithPlaceholders
testUndefinedMessage ( ) testUndefinedMessage

Méthodes protégées

Méthode Description
_configureAction ( $action )

Method Details

_configureAction() protected méthode

protected _configureAction ( $action )

setUp() public méthode

public setUp ( )

tearDown() public méthode

public tearDown ( )

testBadMessageConfig() public méthode

testBadMessageConfig

testBadRequestMethodMessage() public méthode

testBadRequestMethodMessage
public testBadRequestMethodMessage ( ) : void
Résultat void

testDisable() public méthode

Test that calling disable() on the action object disables the action
public testDisable ( ) : void
Résultat void

testEmptyMessage() public méthode

testEmptyMessage
public testEmptyMessage ( )

testEnable() public méthode

Test that calling enable() on the action object enables the action
public testEnable ( ) : void
Résultat void

testEnabledActionWorks() public méthode

Test that an enabled action will call _handle
public testEnabledActionWorks ( ) : void
Résultat void

testGenericHandle() public méthode

Test that calling handle will invoke _handle when the requestType handler is not available
public testGenericHandle ( ) : void
Résultat void

testGetSaveAllOptionsDefaults() public méthode

Test default saveAll options works when modified
public testGetSaveAllOptionsDefaults ( ) : void
Résultat void

testHandle() public méthode

Test that calling handle will invoke _handle when the action is enabbled
public testHandle ( ) : void
Résultat void

testHandleDisabled() public méthode

Test that calling handle will not invoke _handle when the action is disabled
public testHandleDisabled ( ) : void
Résultat void

testHandleException() public méthode

Test that calling handle will not invoke _handle when the action is disabled
public testHandleException ( ) : void
Résultat void

testImplementedEvents() public méthode

Test that we get the expected events
public testImplementedEvents ( ) : void
Résultat void

testInheritedSimpleMessage() public méthode

testInheritedSimpleMessage
public testInheritedSimpleMessage ( ) : void
Résultat void

testInvalidIdMessage() public méthode

testInvalidIdMessage
public testInvalidIdMessage ( ) : void
Résultat void

testOverrideAllDefaults() public méthode

Test that it's possible to override all configuration settings through the __constructor()
public testOverrideAllDefaults ( ) : void
Résultat void

testOverridenSimpleMessage() public méthode

testOverridenSimpleMessage
public testOverridenSimpleMessage ( ) : void
Résultat void

testRecordNotFoundMessage() public méthode

testMessageNotFound
public testRecordNotFoundMessage ( ) : void
Résultat void

testSetFlash() public méthode

Test that setFlash triggers the correct methods
public testSetFlash ( ) : void
Résultat void

testSimpleMessage() public méthode

testSimpleMessage
public testSimpleMessage ( ) : void
Résultat void

testSimpleMessageWithPlaceholders() public méthode

testSimpleMessageWithPlaceholders

testUndefinedMessage() public méthode

testUndefinedMessage