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
$dir
instance to test
private
mixed
$dir
Tags
$mockChild1
child one
private
mixed
$mockChild1
Tags
$mockChild2
child two
private
mixed
$mockChild2
Tags
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
Return values
mixed —provideSwitchWithExpectations()
public
provideSwitchWithExpectations() : array<string|int, mixed>
Return values
array<string|int, mixed> —setUp()
set up test environment
public
setUp() : mixed
Return values
mixed —tearDown()
clean up test environment
public
tearDown() : mixed
Return values
mixed —getDirName()
private
getDirName(mixed $dir) : mixed
Parameters
- $dir : mixed