PHP Class Redaxscript\Tests\Console\Command\CacheTest

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
testClear ( ) testClear
testClearInvalid ( ) testClearInvalid
testNoArgument ( ) testNoArgument

Method Details

setUp() public method

setUp
Since: 3.0.0
public setUp ( )

tearDown() public method

tearDown
Since: 3.0.0
public tearDown ( )

testClear() public method

testClear
Since: 3.0.0
public testClear ( )

testClearInvalid() public method

testClearInvalid
Since: 3.0.0
public testClearInvalid ( )

testNoArgument() public method

testNoArgument
Since: 3.0.0
public testNoArgument ( )

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