PHP 클래스 org\bovigo\vfs\vfsStreamDirectoryTestCase

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

보호된 프로퍼티들

프로퍼티 타입 설명
$dir vfsStreamDirectory instance to test

공개 메소드들

메소드 설명
addChildReplacesChildWithSameName_Bug_5 ( ) dd
childHandling ( ) test that adding, handling and removing of a child works as expected
childHandlingWithSubdirectory ( ) test that adding, handling and removing of a child works as expected
defaultValues ( ) test default values and methods
explicitTestForSeparatorWithNestedPaths_Bug_24 ( ) When testing for a nested path, verify that directory separators are respected properly so that subdir1/subdir2 is not considered equal to subdir1Xsubdir2.
getChildReturnsNullForNonExistingChild ( )
group ( ) setting and retrieving owner group of a file
hasChildReturnsFalseForNonExistingChild ( )
hasChildrenReturnsTrueIfAtLeastOneChildPresent ( )
hasNoChildrenByDefault ( )
invalidCharacterInName ( ) assure that a directory seperator inside the name throws an exception
nonExistingChild ( )
owner ( ) setting and retrieving owner of a file
permissions ( ) setting and retrieving permissions for a directory
permissionsSet ( ) setting and retrieving permissions for a directory
removeChildReturnsFalseForNonExistingChild ( )
rename ( ) test renaming the directory
renameToInvalidNameThrowsvfsStreamException ( ) renaming the directory to an invalid name throws a vfsStreamException
setUp ( ) set up test environment

메소드 상세

addChildReplacesChildWithSameName_Bug_5() 공개 메소드

dd

childHandling() 공개 메소드

test that adding, handling and removing of a child works as expected
public childHandling ( )

childHandlingWithSubdirectory() 공개 메소드

test that adding, handling and removing of a child works as expected

defaultValues() 공개 메소드

test default values and methods
public defaultValues ( )

explicitTestForSeparatorWithNestedPaths_Bug_24() 공개 메소드

When testing for a nested path, verify that directory separators are respected properly so that subdir1/subdir2 is not considered equal to subdir1Xsubdir2.

getChildReturnsNullForNonExistingChild() 공개 메소드

group() 공개 메소드

setting and retrieving owner group of a file
public group ( )

hasChildReturnsFalseForNonExistingChild() 공개 메소드

hasChildrenReturnsTrueIfAtLeastOneChildPresent() 공개 메소드

부터: 0.10.0

hasNoChildrenByDefault() 공개 메소드

부터: 0.10.0

invalidCharacterInName() 공개 메소드

assure that a directory seperator inside the name throws an exception

nonExistingChild() 공개 메소드

public nonExistingChild ( )

owner() 공개 메소드

setting and retrieving owner of a file
public owner ( )

permissions() 공개 메소드

setting and retrieving permissions for a directory
public permissions ( )

permissionsSet() 공개 메소드

setting and retrieving permissions for a directory
public permissionsSet ( )

removeChildReturnsFalseForNonExistingChild() 공개 메소드

rename() 공개 메소드

test renaming the directory
public rename ( )

renameToInvalidNameThrowsvfsStreamException() 공개 메소드

renaming the directory to an invalid name throws a vfsStreamException

setUp() 공개 메소드

set up test environment
public setUp ( )

프로퍼티 상세

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

instance to test
protected vfsStreamDirectory,org\bovigo\vfs $dir
리턴 vfsStreamDirectory