PHP Class AdamStipak\ActionDetectorTest

Inheritance: extends PHPUnit_Framework_TestCase
ファイルを表示 Open project: newPOPE/Nette-RestRoute

Public Methods

Method Description
getActions ( )
getActionsForOverride ( )
testAction ( $method, $action )
testOverrideMethodViaHttpHeader ( $method, $action )
testOverrideMethodViaQueryParameter ( $method, $action )
testOverrideMethodWithInvalidMethod ( )

Method Details

getActions() public method

public getActions ( )

getActionsForOverride() public method

testAction() public method

public testAction ( $method, $action )
$method
$action

testOverrideMethodViaHttpHeader() public method

public testOverrideMethodViaHttpHeader ( $method, $action )

testOverrideMethodViaQueryParameter() public method

public testOverrideMethodViaQueryParameter ( $method, $action )

testOverrideMethodWithInvalidMethod() public method