PHP Class Crud\TestCase\Controller\Crud\TestCrudComponent

Expose protected methods so we can test them in isolation
Inheritance: extends Crud\Controller\Component\CrudComponent
Show file Open project: friendsofcake/crud

Public Methods

Method Description
getModelName ( ) test visibility wrapper - access protected _modelName property
setAction ( $name ) test visibility wrapper - allow on the fly change of action name

Method Details

getModelName() public method

test visibility wrapper - access protected _modelName property
public getModelName ( )

setAction() public method

test visibility wrapper - allow on the fly change of action name
public setAction ( $name )