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 —canNotOpen()
can not open a file without root
public
canNotOpen() : mixed
Tags
Return values
mixed —canNotOpenDirectory()
no root > no directory to open
public
canNotOpenDirectory() : mixed
Tags
Return values
mixed —canNotRename()
can not rename a file without root
public
canNotRename() : mixed
Tags
Return values
mixed —canNotUnlink()
can not unlink without root
public
canNotUnlink() : mixed
Tags
Return values
mixed —setUp()
set up test environment
public
setUp() : mixed