PHP Class Redaxscript\Tests\DirectoryTest

Since: 2.1.0
Author: Henry Ruhs
Author: Gary Aylward
Inheritance: extends Redaxscript\Tests\TestCase
Show file Open project: redaxmedia/redaxscript

Public Methods

Method Description
providerCreate ( ) : array providerCreate
providerGetArray ( ) : array providerGetArray
providerPut ( ) : array providerPut
providerRemove ( ) : array providerRemove
setUp ( ) setUp
testClear ( ) testClear
testCreate ( string $path = null, string $create = null, array $expectArray = [] ) testCreate
testGetArray ( string $path = null, array $excludeArray = [], array $expectArray = [] ) testGetArray
testPut ( string $path = null, array $putArray = [], string $expect = null ) testPut
testRemove ( string $path = null, string $remove = null, array $expectArray = [] ) testRemove

Method Details

providerCreate() public method

providerCreate
Since: 2.1.0
public providerCreate ( ) : array
return array

providerGetArray() public method

providerGetArray
Since: 2.1.0
public providerGetArray ( ) : array
return array

providerPut() public method

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

providerRemove() public method

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

setUp() public method

setUp
Since: 2.1.0
public setUp ( )

testClear() public method

testClear
Since: 3.0.0
public testClear ( )

testCreate() public method

testCreate
Since: 3.0.0
public testCreate ( string $path = null, string $create = null, array $expectArray = [] )
$path string
$create string
$expectArray array

testGetArray() public method

testGetArray
Since: 2.1.0
public testGetArray ( string $path = null, array $excludeArray = [], array $expectArray = [] )
$path string
$excludeArray array
$expectArray array

testPut() public method

testPut
Since: 3.0.0
public testPut ( string $path = null, array $putArray = [], string $expect = null )
$path string
$putArray array
$expect string

testRemove() public method

testRemove
Since: 3.0.0
public testRemove ( string $path = null, string $remove = null, array $expectArray = [] )
$path string
$remove string
$expectArray array