PHP 클래스 HM\BackUpWordPress\Common_File_Backup_Engine_Tests

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

보호된 프로퍼티들

프로퍼티 타입 설명
$backup object Contains the current backup instance

공개 메소드들

메소드 설명
setUp ( )
tearDown ( )
test_adding_files_to_existing_backup ( )
test_backup ( )
test_backup_with_broken_symlink ( )
test_backup_with_errors ( )
test_backup_with_hidden_file ( ) Test an unreadable file with the shell commands
test_backup_with_symlink_directory ( )
test_backup_with_symlink_file ( )
test_backup_with_unreadable_directory ( )
test_backup_with_unreadable_file ( )
test_complete_file_backup ( ) Test a complete backup of the WordPress Site
test_complete_file_backup_with_excludes ( ) Test a complete backup of the WordPress Site
test_file_with_strange_characters ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

test_adding_files_to_existing_backup() 공개 메소드

test_backup() 공개 메소드

public test_backup ( )

test_backup_with_errors() 공개 메소드

test_backup_with_hidden_file() 공개 메소드

Test an unreadable file with the shell commands

test_backup_with_unreadable_directory() 공개 메소드

test_backup_with_unreadable_file() 공개 메소드

test_complete_file_backup() 공개 메소드

Test a complete backup of the WordPress Site

test_complete_file_backup_with_excludes() 공개 메소드

Test a complete backup of the WordPress Site

test_file_with_strange_characters() 공개 메소드

프로퍼티 상세

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

Contains the current backup instance
protected object $backup
리턴 object