PHP Class Redaxscript\Tests\Template\HelperTest

Since: 3.0.0
Author: Henry Ruhs
Author: Balázs Szilágyi
Inheritance: extends Redaxscript\Tests\TestCaseAbstract
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_registry object instance of the registry class

Public Methods

Method Description
providerGetCanonical ( ) : array providerGetCanonical
providerGetClass ( ) : array providerGetDirection
providerGetDescription ( ) : array providerGetDescription
providerGetDirection ( ) : array providerGetDirection
providerGetKeywords ( ) : array providerGetKeywords
providerGetRobots ( ) : array providerGetRobots
providerGetSubset ( ) : array providerGetSubset
setUp ( ) setUp
setUpBeforeClass ( ) setUpBeforeClass
tearDownAfterClass ( ) tearDownAfterClass
testCanonical ( array $registryArray = [], string $expect = null ) testGetCanonical
testGetClass ( array $registryArray = [], string $expect = null ) testGetClass
testGetDescription ( array $registryArray = [], string $expect = null ) testGetDescription
testGetDirection ( array $registryArray = [], string $expect = null ) testGetDirection
testGetKeywords ( array $registryArray = [], string $expect = null ) testGetKeywords
testGetRobots ( array $registryArray = [], string $expect = null ) testGetRobots
testGetSubset ( array $registryArray = [], string $expect = null ) testGetSubset
testGetTransport ( ) testGetTransport

Method Details

providerGetCanonical() public method

providerGetCanonical
Since: 3.0.0
public providerGetCanonical ( ) : array
return array

providerGetClass() public method

providerGetDirection
Since: 3.0.0
public providerGetClass ( ) : array
return array

providerGetDescription() public method

providerGetDescription
Since: 3.0.0
public providerGetDescription ( ) : array
return array

providerGetDirection() public method

providerGetDirection
Since: 3.0.0
public providerGetDirection ( ) : array
return array

providerGetKeywords() public method

providerGetKeywords
Since: 3.0.0
public providerGetKeywords ( ) : array
return array

providerGetRobots() public method

providerGetRobots
Since: 3.0.0
public providerGetRobots ( ) : array
return array

providerGetSubset() public method

providerGetSubset
Since: 3.0.0
public providerGetSubset ( ) : array
return array

setUp() public method

setUp
Since: 3.0.0
public setUp ( )

setUpBeforeClass() public static method

setUpBeforeClass
Since: 3.0.0
public static setUpBeforeClass ( )

tearDownAfterClass() public static method

tearDownAfterClass
Since: 3.0.0
public static tearDownAfterClass ( )

testCanonical() public method

testGetCanonical
Since: 3.0.0
public testCanonical ( array $registryArray = [], string $expect = null )
$registryArray array
$expect string

testGetClass() public method

testGetClass
Since: 3.0.0
public testGetClass ( array $registryArray = [], string $expect = null )
$registryArray array
$expect string

testGetDescription() public method

testGetDescription
Since: 3.0.0
public testGetDescription ( array $registryArray = [], string $expect = null )
$registryArray array
$expect string

testGetDirection() public method

testGetDirection
Since: 3.0.0
public testGetDirection ( array $registryArray = [], string $expect = null )
$registryArray array
$expect string

testGetKeywords() public method

testGetKeywords
Since: 3.0.0
public testGetKeywords ( array $registryArray = [], string $expect = null )
$registryArray array
$expect string

testGetRobots() public method

testGetRobots
Since: 3.0.0
public testGetRobots ( array $registryArray = [], string $expect = null )
$registryArray array
$expect string

testGetSubset() public method

testGetSubset
Since: 3.0.0
public testGetSubset ( array $registryArray = [], string $expect = null )
$registryArray array
$expect string

testGetTransport() public method

testGetTransport
Since: 3.0.0
public testGetTransport ( )

Property Details

$_registry protected property

instance of the registry class
protected object $_registry
return object