Documentation

vfsStreamContainerIteratorTestCase extends BC_PHPUnit_Framework_TestCase
in package

Test for org\bovigo\vfs\vfsStreamContainerIterator.

Table of Contents

$dir  : mixed
instance to test
$mockChild1  : mixed
child one
$mockChild2  : mixed
child two
bc_expectException()  : mixed
bc_getMock()  : mixed
iteration()  : mixed
provideSwitchWithExpectations()  : array<string|int, mixed>
setUp()  : mixed
set up test environment
tearDown()  : mixed
clean up test environment
getDirName()  : mixed

Properties

Methods

bc_expectException()

public bc_expectException(mixed $exception) : mixed
Parameters
$exception : mixed
Return values
mixed

bc_getMock()

public bc_getMock(mixed $originalClassName[, mixed $methods = array() ][, array<string|int, mixed> $arguments = array() ][, mixed $mockClassName = '' ][, mixed $callOriginalConstructor = true ][, mixed $callOriginalClone = true ][, mixed $callAutoload = true ][, mixed $cloneArguments = false ][, mixed $callOriginalMethods = false ][, mixed $proxyTarget = null ]) : mixed
Parameters
$originalClassName : mixed
$methods : mixed = array()
$arguments : array<string|int, mixed> = array()
$mockClassName : mixed = ''
$callOriginalConstructor : mixed = true
$callOriginalClone : mixed = true
$callAutoload : mixed = true
$cloneArguments : mixed = false
$callOriginalMethods : mixed = false
$proxyTarget : mixed = null
Return values
mixed

iteration()

public iteration(Closure $dotFilesSwitch, array<string|int, mixed> $dirs) : mixed
Parameters
$dotFilesSwitch : Closure
$dirs : array<string|int, mixed>
Tags
test
dataProvider

provideSwitchWithExpectations

Return values
mixed

Search results