blob: c62499e52b18d811bc0ea6dae3f0947da3eac165 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#[path = "../common/async_runtime.rs"]
mod async_runtime;
#[path = "../common/config_stub.rs"]
mod config_stub;
#[path = "../common/php_worker.rs"]
mod php_worker;
mod alias_package_test;
mod e2e_command_provider_test;
mod e2e_exception_test;
mod e2e_extension_installer_test;
mod e2e_http_downloader_test;
mod e2e_installer_test;
mod e2e_installers_test;
mod e2e_normalize_test;
mod e2e_package_event_test;
mod e2e_process_executor_test;
mod e2e_script_command_test;
mod e2e_script_event_test;
mod plugin_installer_test;
mod subscriber_test;
mod value_round_trip_test;
|