Documentation

vfsStreamWrapperWithoutRootTestCase extends BC_PHPUnit_Framework_TestCase
in package

Test for org\bovigo\vfs\vfsStreamWrapper.

Table of Contents

bc_expectException()  : mixed
bc_getMock()  : mixed
canNotOpen()  : mixed
can not open a file without root
canNotOpenDirectory()  : mixed
no root > no directory to open
canNotRename()  : mixed
can not rename a file without root
canNotUnlink()  : mixed
can not unlink without root
setUp()  : mixed
set up test environment

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

Search results