PHP Класс Redaxscript\Tests\DirectoryTest

С версии: 2.1.0
Автор: Henry Ruhs
Автор: Gary Aylward
Наследование: extends Redaxscript\Tests\TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

providerCreate() публичный Метод

providerCreate
С версии: 2.1.0
public providerCreate ( ) : array
Результат array

providerGetArray() публичный Метод

providerGetArray
С версии: 2.1.0
public providerGetArray ( ) : array
Результат array

providerPut() публичный Метод

providerPut
С версии: 3.0.0
public providerPut ( ) : array
Результат array

providerRemove() публичный Метод

providerRemove
С версии: 2.1.0
public providerRemove ( ) : array
Результат array

setUp() публичный Метод

setUp
С версии: 2.1.0
public setUp ( )

testClear() публичный Метод

testClear
С версии: 3.0.0
public testClear ( )

testCreate() публичный Метод

testCreate
С версии: 3.0.0
public testCreate ( string $path = null, string $create = null, array $expectArray = [] )
$path string
$create string
$expectArray array

testGetArray() публичный Метод

testGetArray
С версии: 2.1.0
public testGetArray ( string $path = null, array $excludeArray = [], array $expectArray = [] )
$path string
$excludeArray array
$expectArray array

testPut() публичный Метод

testPut
С версии: 3.0.0
public testPut ( string $path = null, array $putArray = [], string $expect = null )
$path string
$putArray array
$expect string

testRemove() публичный Метод

testRemove
С версии: 3.0.0
public testRemove ( string $path = null, string $remove = null, array $expectArray = [] )
$path string
$remove string
$expectArray array