PHP 클래스 org\bovigo\vfs\vfsStreamWrapperBaseTestCase

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: mikey179/vfsstream

보호된 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
setUp ( ) set up test environment

메소드 상세

setUp() 공개 메소드

set up test environment
public setUp ( )

프로퍼티 상세

$bar 보호되어 있는 프로퍼티

sub directory
protected vfsStreamDirectory,org\bovigo\vfs $bar
리턴 vfsStreamDirectory

$barURL 보호되어 있는 프로퍼티

URL of sub directory
protected string $barURL
리턴 string

$baz1 보호되어 있는 프로퍼티

a file
protected vfsStreamFile,org\bovigo\vfs $baz1
리턴 org\bovigo\vfs\vfsStreamFile

$baz1URL 보호되어 있는 프로퍼티

URL of file 1
protected string $baz1URL
리턴 string

$baz2 보호되어 있는 프로퍼티

another file
protected vfsStreamFile,org\bovigo\vfs $baz2
리턴 org\bovigo\vfs\vfsStreamFile

$baz2URL 보호되어 있는 프로퍼티

URL of file 2
protected string $baz2URL
리턴 string

$foo 보호되어 있는 프로퍼티

root directory
protected vfsStreamDirectory,org\bovigo\vfs $foo
리턴 vfsStreamDirectory

$fooURL 보호되어 있는 프로퍼티

URL of root directory
protected string $fooURL
리턴 string