PHP Class HM\BackUpWordPress\Common_File_Backup_Engine_Tests

Inheritance: extends HM_Backup_UnitTestCase
Show file Open project: humanmade/backupwordpress

Protected Properties

Property Type Description
$backup object Contains the current backup instance

Public Methods

Method Description
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 ( )

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

test_adding_files_to_existing_backup() public method

test_backup() public method

public test_backup ( )

test_backup_with_errors() public method

test_backup_with_hidden_file() public method

Test an unreadable file with the shell commands

test_backup_with_unreadable_directory() public method

test_backup_with_unreadable_file() public method

test_complete_file_backup() public method

Test a complete backup of the WordPress Site

test_complete_file_backup_with_excludes() public method

Test a complete backup of the WordPress Site

test_file_with_strange_characters() public method

Property Details

$backup protected property

Contains the current backup instance
protected object $backup
return object