PHP Класс tad\WPBrowser\Extension\SymlinkerTest

Наследование: extends Codeception\TestCase\Test
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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