PHP 클래스 N98\Util\FilesystemTest

저자: Aydin Hassan ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: netz98/n98-magerun

보호된 프로퍼티들

프로퍼티 타입 설명
$fileSystem Filesystem

공개 메소드들

메소드 설명
convertedBytesProvider ( ) : array
setUp ( )
testConvertBytesToHumanReadable ( integer $bytes, integer $decimalPlaces, string $expected )
testFalseIsReturnedIfDirectoryNotExist ( )
testFalseIsReturnedIfDirectoryNotReadable ( )
testParentIsNotRemovedIfEmptyIsTrue ( )
testRecursiveCopy ( )
testRecursiveCopyWithBlacklist ( )
testRecursiveDirectoryRemoveUnLinksSymLinks ( )
testRecursiveRemove ( )
testRecursiveRemoveWithTrailingSlash ( )

메소드 상세

convertedBytesProvider() 공개 정적인 메소드

public static convertedBytesProvider ( ) : array
리턴 array

setUp() 공개 메소드

public setUp ( )

testConvertBytesToHumanReadable() 공개 메소드

public testConvertBytesToHumanReadable ( integer $bytes, integer $decimalPlaces, string $expected )
$bytes integer
$decimalPlaces integer
$expected string

testFalseIsReturnedIfDirectoryNotExist() 공개 메소드

testFalseIsReturnedIfDirectoryNotReadable() 공개 메소드

testParentIsNotRemovedIfEmptyIsTrue() 공개 메소드

testRecursiveCopy() 공개 메소드

public testRecursiveCopy ( )

testRecursiveCopyWithBlacklist() 공개 메소드

testRecursiveRemove() 공개 메소드

public testRecursiveRemove ( )

testRecursiveRemoveWithTrailingSlash() 공개 메소드

프로퍼티 상세

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

protected Filesystem $fileSystem
리턴 Filesystem