PHP Class Redaxscript\Tests\Head\LinkTest

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
providerPrepend ( ) : array providerPrepend
providerRemove ( ) : array providerRemove
setUp ( ) setUp
testAppend ( array $coreArray = [], array $moduleArray = [], string $expect = null ) testAppend
testConcat ( array $concatArray = [], string $expect = null ) testConcat
testPrepend ( array $coreArray = [], array $moduleArray = [], string $expect = null ) testPrepend
testRemove ( array $coreArray = [], string $deleteFile = null, string $expect = null ) testRemove
testRewrite ( ) testRewrite

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

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

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

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

testRewrite() public method

testRewrite
Since: 3.0.0
public testRewrite ( )