PHP Class Redaxscript\Tests\Console\ConsoleTest

Since: 3.0.0
Author: Henry Ruhs
Inheritance: extends Redaxscript\Tests\TestCaseAbstract
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_config object instance of the config class
$_registry object instance of the registry class
$_request object instance of the request class

Public Methods

Method Description
setUp ( ) setUp
tearDown ( ) tearDown
testCli ( ) testCli
testInvalid ( ) testInvalid
testTemplate ( ) testTemplate

Method Details

setUp() public method

setUp
Since: 3.0.0
public setUp ( )

tearDown() public method

tearDown
Since: 3.0.0
public tearDown ( )

testCli() public method

testCli
Since: 3.0.0
public testCli ( )

testInvalid() public method

testInvalid
Since: 3.0.0
public testInvalid ( )

testTemplate() public method

testTemplate
Since: 3.0.0
public testTemplate ( )

Property Details

$_config protected property

instance of the config class
protected object $_config
return object

$_registry protected property

instance of the registry class
protected object $_registry
return object

$_request protected property

instance of the request class
protected object $_request
return object