PHP Class Grido\Tests\Helper

Author: Petr Bugyík
Afficher le fichier Open project: o5/grido Class Usage Examples

Méthodes publiques

Свойство Type Description
$grid Grido\Grid
$presenter TestPresenter

Méthodes publiques

Méthode Description
assertTypeError ( $function )
grid ( Closure $definition )
request ( array $params = [], string $method = Nette\Http\Request::GET ) : Nette\Application\IResponse
run ( array $params = [], string $method = Nette\Http\Request::GET ) : Nette\Application\IResponse

Private Methods

Méthode Description
createPresenter ( ) : TestPresenter

Method Details

assertTypeError() public static méthode

public static assertTypeError ( $function )

grid() public static méthode

public static grid ( Closure $definition )
$definition Closure of grid; function(Grid $grid, TestPresenter $presenter) { };

request() public static méthode

public static request ( array $params = [], string $method = Nette\Http\Request::GET ) : Nette\Application\IResponse
$params array
$method string
Résultat Nette\Application\IResponse

run() public méthode

public run ( array $params = [], string $method = Nette\Http\Request::GET ) : Nette\Application\IResponse
$params array
$method string
Résultat Nette\Application\IResponse

Property Details

$grid public_oe static_oe property

public static Grid,Grido $grid
Résultat Grido\Grid

$presenter public_oe static_oe property

public static TestPresenter,Grido\Tests $presenter
Résultat TestPresenter