PHP Class org\bovigo\vfs\vfsStreamWrapperBaseTestCase

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: mikey179/vfsstream

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
setUp ( ) set up test environment

Method Details

setUp() public méthode

set up test environment
public setUp ( )

Property Details

$bar protected_oe property

sub directory
protected vfsStreamDirectory,org\bovigo\vfs $bar
Résultat vfsStreamDirectory

$barURL protected_oe property

URL of sub directory
protected string $barURL
Résultat string

$baz1 protected_oe property

a file
protected vfsStreamFile,org\bovigo\vfs $baz1
Résultat org\bovigo\vfs\vfsStreamFile

$baz1URL protected_oe property

URL of file 1
protected string $baz1URL
Résultat string

$baz2 protected_oe property

another file
protected vfsStreamFile,org\bovigo\vfs $baz2
Résultat org\bovigo\vfs\vfsStreamFile

$baz2URL protected_oe property

URL of file 2
protected string $baz2URL
Résultat string

$foo protected_oe property

root directory
protected vfsStreamDirectory,org\bovigo\vfs $foo
Résultat vfsStreamDirectory

$fooURL protected_oe property

URL of root directory
protected string $fooURL
Résultat string