PHP Class org\bovigo\vfs\vfsStreamWrapperBaseTestCase

Inheritance: extends PHPUnit_Framework_TestCase
Mostrar archivo 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_oe property

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

$barURL protected_oe property

URL of sub directory
protected string $barURL
return string

$baz1 protected_oe property

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

$baz1URL protected_oe property

URL of file 1
protected string $baz1URL
return string

$baz2 protected_oe property

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

$baz2URL protected_oe property

URL of file 2
protected string $baz2URL
return string

$foo protected_oe property

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

$fooURL protected_oe property

URL of root directory
protected string $fooURL
return string