PHP Class org\bovigo\vfs\vfsStreamWrapperBaseTestCase

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: mikey179/vfsstream

Protected Properties

Property Type Description
$bar vfsStreamDirectory sub directory
$barURL string URL of sub directory
$baz1 org\bovigo\vfs\vfsStreamFile a file
$baz1URL string URL of file 1
$baz2 org\bovigo\vfs\vfsStreamFile another file
$baz2URL string URL of file 2
$foo vfsStreamDirectory root directory
$fooURL string URL of root directory

Public Methods

Method Description
setUp ( ) set up test environment

Method Details

setUp() public method

set up test environment
public setUp ( )

Property Details

$bar protected property

sub directory
protected vfsStreamDirectory,org\bovigo\vfs $bar
return vfsStreamDirectory

$barURL protected property

URL of sub directory
protected string $barURL
return string

$baz1 protected property

a file
protected vfsStreamFile,org\bovigo\vfs $baz1
return org\bovigo\vfs\vfsStreamFile

$baz1URL protected property

URL of file 1
protected string $baz1URL
return string

$baz2 protected property

another file
protected vfsStreamFile,org\bovigo\vfs $baz2
return org\bovigo\vfs\vfsStreamFile

$baz2URL protected property

URL of file 2
protected string $baz2URL
return string

$foo protected property

root directory
protected vfsStreamDirectory,org\bovigo\vfs $foo
return vfsStreamDirectory

$fooURL protected property

URL of root directory
protected string $fooURL
return string