PHP Class Bluz\Tests\Controller\ControllerTest

Author: Anton Shevchuk
Inheritance: extends Bluz\Tests\TestCase
Show file Open project: bluzphp/framework

Protected Properties

Property Type Description
$controller Bluz\Controller\Controller

Public Methods

Method Description
setUp ( ) Create index/index controller
tearDown ( ) Close all
testAcceptCheck ( )
testHelperDenied ( ) Test Helper Denied
testHelperUser ( ) Test Helper User
testMethodCheck ( )

Method Details

setUp() public method

Create index/index controller
public setUp ( )

tearDown() public method

Close all
public tearDown ( )

testAcceptCheck() public method

public testAcceptCheck ( )

testHelperDenied() public method

Test Helper Denied
public testHelperDenied ( )

testHelperUser() public method

Test Helper User
public testHelperUser ( )

testMethodCheck() public method

public testMethodCheck ( )

Property Details

$controller protected property

protected Controller,Bluz\Controller $controller
return Bluz\Controller\Controller