PHP Class org\bovigo\vfs\vfsStreamWrapperWithoutRootTestCase

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: mikey179/vfsstream

Public Methods

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

Method Details

canNotOpen() public method

can not open a file without root
public canNotOpen ( )

canNotOpenDirectory() public method

no root > no directory to open
public canNotOpenDirectory ( )

canNotRename() public method

can not rename a file without root
public canNotRename ( )

setUp() public method

set up test environment
public setUp ( )