PHP 클래스 org\bovigo\vfs\vfsStreamWrapperWithoutRootTestCase

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

공개 메소드들

메소드 설명
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

메소드 상세

canNotOpen() 공개 메소드

can not open a file without root
public canNotOpen ( )

canNotOpenDirectory() 공개 메소드

no root > no directory to open
public canNotOpenDirectory ( )

canNotRename() 공개 메소드

can not rename a file without root
public canNotRename ( )

setUp() 공개 메소드

set up test environment
public setUp ( )