PHP 클래스 HM\BackUpWordPress\Backup_Engine_Excludes

상속: extends HM_Backup_UnitTestCase
파일 보기 프로젝트 열기: humanmade/backupwordpress

공개 메소드들

메소드 설명
setUp ( )
tearDown ( )
testBackUpDirIsExcludedWhenBackUpDirIsInRoot ( )
testExcludeAbsoluteDirPath ( )
testExcludeAbsoluteFilePath ( )
testExcludeAbsolutePathWithWildcardFile ( )
testExcludeAbsolutePathWithWildcardFileExtension ( )
testExcludeAbsolutePathWithWildcardFileName ( )
testExcludeAbsoluteRootDirPath ( )
testExcludeAmbiguousAbsoluteDirPath ( )
testExcludeAmbiguousAbsoluteFilePath ( )
testExcludeAmbiguousAbsolutePathWithWildcardFile ( )
testExcludeAmbiguousAbsolutePathWithWildcardFileExtension ( )
testExcludeAmbiguousAbsolutePathWithWildcardFileName ( )
testExcludeDirPathFragment ( )
testExcludePartialDirectory ( )
testExcludePartialFilename ( )
testExcludeWildcardFileExtension ( )
testExcludeWildcardFileName ( )
testNoExcludesExceptDefaults ( )
testWildCard ( )
test_excluded_file_directly_is_excluded ( ) File is excluded directly (either in the root or any non-excluded sub-directory).
test_excluded_file_via_parent_directory_is_excluded ( ) File is excluded as a result of being in an excluded directory.
test_non_excluded_file_is_excluded ( ) File is NOT excluded directly (either in the root or any non-excluded sub-directory).

비공개 메소드들

메소드 설명
get_and_prepare_files ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

testBackUpDirIsExcludedWhenBackUpDirIsInRoot() 공개 메소드

testExcludeAbsoluteDirPath() 공개 메소드

testExcludeAbsoluteFilePath() 공개 메소드

testExcludeAbsolutePathWithWildcardFile() 공개 메소드

testExcludeAbsolutePathWithWildcardFileExtension() 공개 메소드

testExcludeAbsolutePathWithWildcardFileName() 공개 메소드

testExcludeAbsoluteRootDirPath() 공개 메소드

testExcludeAmbiguousAbsoluteDirPath() 공개 메소드

testExcludeAmbiguousAbsoluteFilePath() 공개 메소드

testExcludeAmbiguousAbsolutePathWithWildcardFile() 공개 메소드

testExcludeAmbiguousAbsolutePathWithWildcardFileExtension() 공개 메소드

testExcludeAmbiguousAbsolutePathWithWildcardFileName() 공개 메소드

testExcludeDirPathFragment() 공개 메소드

testExcludePartialDirectory() 공개 메소드

testExcludePartialFilename() 공개 메소드

testExcludeWildcardFileExtension() 공개 메소드

testExcludeWildcardFileName() 공개 메소드

testNoExcludesExceptDefaults() 공개 메소드

testWildCard() 공개 메소드

public testWildCard ( )

test_excluded_file_directly_is_excluded() 공개 메소드

Main test: Excludes->is_file_excluded( $file ) Expected: true.

test_excluded_file_via_parent_directory_is_excluded() 공개 메소드

Main test: Excludes->is_file_excluded( $file ) Expected: true.

test_non_excluded_file_is_excluded() 공개 메소드

Main test: Excludes->is_file_excluded( $file ) Expected: false.