PHP Class Redaxscript\Tests\Template\TagTest

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

Protected Properties

Property Type Description
$_language object instance of the language class
$_registry object instance of the registry class
$_request object instance of the request class

Public Methods

Method Description
setUp ( ) setUp
testArticleRaw ( ) testArticleRaw
testBase ( ) testBase
testBreadcrumb ( ) testBreadcrumb
testCategoryRaw ( ) testCategoryRaw
testConsoleForm ( ) testConsoleForm
testConsoleLine ( ) testConsoleLine
testConsoleLineInvalid ( ) testConsoleLineInvalid
testExtraRaw ( ) testExtraRaw
testLanguage ( ) testLanguage
testLink ( ) testLink
testMeta ( ) testMeta
testPartial ( ) testPartial
testRegistry ( ) testRegistry
testScript ( ) testScript
testSearchForm ( ) testSearchForm
testSetting ( ) testSetting
testStyle ( ) testStyle
testTitle ( ) testTitle

Method Details

setUp() public method

setUp
Since: 2.6.0
public setUp ( )

testArticleRaw() public method

testArticleRaw
Since: 3.0.0
public testArticleRaw ( )

testBase() public method

testBase
Since: 3.0.0
public testBase ( )

testBreadcrumb() public method

testBreadcrumb
Since: 2.3.0
public testBreadcrumb ( )

testCategoryRaw() public method

testCategoryRaw
Since: 3.0.0
public testCategoryRaw ( )

testConsoleForm() public method

testConsoleForm
Since: 3.0.0
public testConsoleForm ( )

testConsoleLine() public method

testConsoleLine
Since: 3.0.0
public testConsoleLine ( )

testConsoleLineInvalid() public method

testConsoleLineInvalid
Since: 3.0.0

testExtraRaw() public method

testExtraRaw
Since: 3.0.0
public testExtraRaw ( )

testLanguage() public method

testLanguage
Since: 2.6.0
public testLanguage ( )

testMeta() public method

testMeta
Since: 3.0.0
public testMeta ( )

testPartial() public method

testPartial
Since: 2.3.0
public testPartial ( )

testRegistry() public method

testRegistry
Since: 2.6.0
public testRegistry ( )

testScript() public method

testScript
Since: 3.0.0
public testScript ( )

testSearchForm() public method

testSearchForm
Since: 3.0.0
public testSearchForm ( )

testSetting() public method

testSetting
Since: 2.6.0
public testSetting ( )

testStyle() public method

testStyle
Since: 3.0.0
public testStyle ( )

testTitle() public method

testTitle
Since: 3.0.0
public testTitle ( )

Property Details

$_language protected property

instance of the language class
protected object $_language
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