PHP Class Redaxscript\Tests\DirectoryTest

Since: 2.1.0
Author: Henry Ruhs
Author: Gary Aylward
Inheritance: extends Redaxscript\Tests\TestCase
Afficher le fichier Open project: redaxmedia/redaxscript

Méthodes publiques

Méthode 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 méthode

providerCreate
Since: 2.1.0
public providerCreate ( ) : array
Résultat array

providerGetArray() public méthode

providerGetArray
Since: 2.1.0
public providerGetArray ( ) : array
Résultat array

providerPut() public méthode

providerPut
Since: 3.0.0
public providerPut ( ) : array
Résultat array

providerRemove() public méthode

providerRemove
Since: 2.1.0
public providerRemove ( ) : array
Résultat array

setUp() public méthode

setUp
Since: 2.1.0
public setUp ( )

testClear() public méthode

testClear
Since: 3.0.0
public testClear ( )

testCreate() public méthode

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

testGetArray() public méthode

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

testPut() public méthode

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

testRemove() public méthode

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