PHP 클래스 tad\WPBrowser\Extension\SymlinkerTest

상속: extends Codeception\TestCase\Test
파일 보기 프로젝트 열기: lucatume/wp-browser

보호된 프로퍼티들

프로퍼티 타입 설명
$backupGlobals
$config array
$event Codeception\Event\SuiteEvent
$filename string
$filesystem tad\WPBrowser\Filesystem\Filesystem
$options array
$tester UnitTester

공개 메소드들

메소드 설명
it_should_allow_specifying_the_root_folder_in_the_configuration ( )
it_should_be_instantiatable ( )
it_should_fallback_to_default_destination_if_specified_and_multiple_envs_and_none_supported ( )
it_should_fallback_to_first_destination_if_specifying_multiple_envs_and_none_supported ( )
it_should_fallback_to_use_default_destination_if_current_env_has_no_destination_assigned_and_default_destination_is_specified ( )
it_should_fallback_to_use_the_default_destination_if_multiple_envs_destinations_are_set_but_no_cli_env_specified ( )
it_should_fallback_to_use_the_first_available_destination_if_multiple_envs_destination_are_set_but_no_cli_env_specified ( )
it_should_not_attempt_re_linking_if_file_exists_already ( )
it_should_not_attempt_unlinking_if_destination_file_does_not_exist ( )
it_should_read_supported_env_from_comma_separated_list_of_envs ( )
it_should_support_array_of_destinations_to_allow_for_environments_settings ( )
it_should_symlink_the_files_over_to_the_destination_if_mode_is_theme_before_the_suite_runs ( )
it_should_symlink_the_root_folder_into_the_destination_before_the_suite_runs ( )
it_should_throw_if_config_specified_root_folder_is_not_a_folder ( )
it_should_throw_if_config_specified_root_folder_is_not_readable ( )
it_should_throw_if_destination_is_not_dir ( )
it_should_throw_if_destination_is_not_writeable ( )
it_should_throw_if_mode_is_not_plugin_or_theme_ ( )
it_should_throw_if_symlinking_destination_is_missing ( )
it_should_throw_if_symlinking_mode_is_missing ( )
it_should_unlink_the_linked_theme_from_the_destination_folder_after_the_suite_ran_if_mode_is_theme ( )
it_should_unlink_the_root_folder_from_the_destination_after_the_suite_ran ( )

보호된 메소드들

메소드 설명
_after ( )
_before ( )

비공개 메소드들

메소드 설명
make_instance ( )

메소드 상세

_after() 보호된 메소드

protected _after ( )

_before() 보호된 메소드

protected _before ( )

it_should_allow_specifying_the_root_folder_in_the_configuration() 공개 메소드

it_should_be_instantiatable() 공개 메소드

it_should_fallback_to_default_destination_if_specified_and_multiple_envs_and_none_supported() 공개 메소드

it_should_fallback_to_first_destination_if_specifying_multiple_envs_and_none_supported() 공개 메소드

it_should_fallback_to_use_default_destination_if_current_env_has_no_destination_assigned_and_default_destination_is_specified() 공개 메소드

it_should_fallback_to_use_the_default_destination_if_multiple_envs_destinations_are_set_but_no_cli_env_specified() 공개 메소드

it_should_fallback_to_use_the_first_available_destination_if_multiple_envs_destination_are_set_but_no_cli_env_specified() 공개 메소드

it_should_not_attempt_re_linking_if_file_exists_already() 공개 메소드

it_should_not_attempt_unlinking_if_destination_file_does_not_exist() 공개 메소드

it_should_read_supported_env_from_comma_separated_list_of_envs() 공개 메소드

it_should_support_array_of_destinations_to_allow_for_environments_settings() 공개 메소드

it_should_throw_if_config_specified_root_folder_is_not_a_folder() 공개 메소드

it_should_throw_if_config_specified_root_folder_is_not_readable() 공개 메소드

it_should_throw_if_destination_is_not_dir() 공개 메소드

it_should_throw_if_destination_is_not_writeable() 공개 메소드

it_should_throw_if_mode_is_not_plugin_or_theme_() 공개 메소드

it_should_throw_if_symlinking_destination_is_missing() 공개 메소드

it_should_throw_if_symlinking_mode_is_missing() 공개 메소드

프로퍼티 상세

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

protected $backupGlobals

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

protected array $config
리턴 array

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

protected SuiteEvent,Codeception\Event $event
리턴 Codeception\Event\SuiteEvent

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

protected string $filename
리턴 string

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

protected Filesystem,tad\WPBrowser\Filesystem $filesystem
리턴 tad\WPBrowser\Filesystem\Filesystem

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

protected array $options
리턴 array

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

protected UnitTester $tester
리턴 UnitTester