PHP Class Redaxscript\Tests\Head\ScriptTest

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

Public Methods

Method Description
providerAppend ( ) : array providerAppend
providerConcat ( ) : array providerConcat
providerInline ( ) : array providerInline
providerPrepend ( ) : array providerPrepend
providerRemove ( ) : array providerRemove
providerTransportVar ( ) : array providerTransportVar
setUp ( ) setUp
testAppend ( array $coreArray = [], array $moduleArray = [], string $expect = null ) testAppend
testConcat ( array $concatArray = [], string $expect = null ) testConcat
testInline ( array $coreArray = [], array $moduleArray = [], string $expect = null ) testInline
testPrepend ( array $coreArray = [], array $moduleArray = [], string $expect = null ) testPrepend
testRemove ( array $coreArray = [], string $deleteFile = null, string $expect = null ) testRemove
testTransportVar ( array $transportArray = [], string $expect = null ) testTransportVar

Method Details

providerAppend() public method

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

providerConcat() public method

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

providerInline() public method

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

providerPrepend() public method

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

providerRemove() public method

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

providerTransportVar() public method

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

setUp() public method

setUp
Since: 3.0.0
public setUp ( )

testAppend() public method

testAppend
Since: 3.0.0
public testAppend ( array $coreArray = [], array $moduleArray = [], string $expect = null )
$coreArray array
$moduleArray array
$expect string

testConcat() public method

testConcat
Since: 3.0.0
public testConcat ( array $concatArray = [], string $expect = null )
$concatArray array
$expect string

testInline() public method

testInline
Since: 3.0.0
public testInline ( array $coreArray = [], array $moduleArray = [], string $expect = null )
$coreArray array
$moduleArray array
$expect string

testPrepend() public method

testPrepend
Since: 3.0.0
public testPrepend ( array $coreArray = [], array $moduleArray = [], string $expect = null )
$coreArray array
$moduleArray array
$expect string

testRemove() public method

testRemove
Since: 3.0.0
public testRemove ( array $coreArray = [], string $deleteFile = null, string $expect = null )
$coreArray array
$deleteFile string
$expect string

testTransportVar() public method

testTransportVar
Since: 3.0.0
public testTransportVar ( array $transportArray = [], string $expect = null )
$transportArray array
$expect string