PHP Class Crud\TestCase\Controller\Crud\CrudExamplesController

Inheritance: extends Cake\Controller\Controller
Datei anzeigen Open project: friendsofcake/crud

Public Properties

Property Type Description
$componentsArray
$modelClass
$paginate

Public Methods

Method Description
__construct ( CakeRequest $request = null, CakeResponse $response = null ) : void Make it possible to dynamically define the components array during tests
add ( ) : void add
index ( ) : void Test that it should render 'index'
search ( ) : void Test that it should render 'search.ctp'

Method Details

__construct() public method

Make it possible to dynamically define the components array during tests
public __construct ( CakeRequest $request = null, CakeResponse $response = null ) : void
$request CakeRequest
$response CakeResponse
return void

add() public method

Used in the testAddActionTranslatedBaseline test
public add ( ) : void
return void

index() public method

Test that it should render 'index'
public index ( ) : void
return void

Property Details

$componentsArray public_oe static_oe property

public static $componentsArray

$modelClass public_oe property

public $modelClass

$paginate public_oe property

public $paginate