PHP Class tad\WPBrowser\Extension\CopierTest

Inheritance: extends Codeception\Test\Unit
Datei anzeigen Open project: lucatume/wp-browser

Protected Properties

Property Type Description
$backupGlobals
$config array
$options array
$suiteEvent Codeception\Event\SuiteEvent
$tester UnitTester

Public Methods

Method Description
it_should_allow_for_relative_destinations ( )
it_should_allow_for_relative_path_in_source_in_respect_to_cwd ( )
it_should_be_instantiatable ( )
it_should_copy_multiple_files_and_structures ( )
it_should_throw_if_destination_folder_does_not_exist ( )
it_should_throw_if_destination_folder_is_not_writeable ( )
it_should_throw_if_source_file_does_not_exist ( )
it_should_throw_if_source_file_is_not_readable ( )
it_should_write_source_file_to_destination_file ( )
it_should_write_source_folder_to_destination_folder ( )

Protected Methods

Method Description
_after ( )
_before ( )

Private Methods

Method Description
make_instance ( ) : Copier

Method Details

_after() protected method

protected _after ( )

_before() protected method

protected _before ( )

it_should_allow_for_relative_destinations() public method

it_should_allow_for_relative_path_in_source_in_respect_to_cwd() public method

it_should_be_instantiatable() public method

it_should_copy_multiple_files_and_structures() public method

it_should_throw_if_destination_folder_does_not_exist() public method

it_should_throw_if_destination_folder_is_not_writeable() public method

it_should_throw_if_source_file_does_not_exist() public method

it_should_throw_if_source_file_is_not_readable() public method

it_should_write_source_file_to_destination_file() public method

it_should_write_source_folder_to_destination_folder() public method

Property Details

$backupGlobals protected_oe property

protected $backupGlobals

$config protected_oe property

protected array $config
return array

$options protected_oe property

protected array $options
return array

$suiteEvent protected_oe property

protected SuiteEvent,Codeception\Event $suiteEvent
return Codeception\Event\SuiteEvent

$tester protected_oe property

protected UnitTester $tester
return UnitTester