diff options
Diffstat (limited to 'crates/shirabe/tests/command')
29 files changed, 29 insertions, 0 deletions
diff --git a/crates/shirabe/tests/command/about_command_test.rs b/crates/shirabe/tests/command/about_command_test.rs new file mode 100644 index 00000000..e1817f36 --- /dev/null +++ b/crates/shirabe/tests/command/about_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/AboutCommandTest.php diff --git a/crates/shirabe/tests/command/archive_command_test.rs b/crates/shirabe/tests/command/archive_command_test.rs new file mode 100644 index 00000000..79e0a8b6 --- /dev/null +++ b/crates/shirabe/tests/command/archive_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/ArchiveCommandTest.php diff --git a/crates/shirabe/tests/command/audit_command_test.rs b/crates/shirabe/tests/command/audit_command_test.rs new file mode 100644 index 00000000..fd18db1a --- /dev/null +++ b/crates/shirabe/tests/command/audit_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/AuditCommandTest.php diff --git a/crates/shirabe/tests/command/base_dependency_command_test.rs b/crates/shirabe/tests/command/base_dependency_command_test.rs new file mode 100644 index 00000000..d6ac4d7d --- /dev/null +++ b/crates/shirabe/tests/command/base_dependency_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/BaseDependencyCommandTest.php diff --git a/crates/shirabe/tests/command/bump_command_test.rs b/crates/shirabe/tests/command/bump_command_test.rs new file mode 100644 index 00000000..3478643e --- /dev/null +++ b/crates/shirabe/tests/command/bump_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/BumpCommandTest.php diff --git a/crates/shirabe/tests/command/check_platform_reqs_command_test.rs b/crates/shirabe/tests/command/check_platform_reqs_command_test.rs new file mode 100644 index 00000000..f54b78ed --- /dev/null +++ b/crates/shirabe/tests/command/check_platform_reqs_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/CheckPlatformReqsCommandTest.php diff --git a/crates/shirabe/tests/command/clear_cache_command_test.rs b/crates/shirabe/tests/command/clear_cache_command_test.rs new file mode 100644 index 00000000..29eb90e9 --- /dev/null +++ b/crates/shirabe/tests/command/clear_cache_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/ClearCacheCommandTest.php diff --git a/crates/shirabe/tests/command/config_command_test.rs b/crates/shirabe/tests/command/config_command_test.rs new file mode 100644 index 00000000..f7a3a961 --- /dev/null +++ b/crates/shirabe/tests/command/config_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/ConfigCommandTest.php diff --git a/crates/shirabe/tests/command/diagnose_command_test.rs b/crates/shirabe/tests/command/diagnose_command_test.rs new file mode 100644 index 00000000..0ed56d3b --- /dev/null +++ b/crates/shirabe/tests/command/diagnose_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/DiagnoseCommandTest.php diff --git a/crates/shirabe/tests/command/dump_autoload_command_test.rs b/crates/shirabe/tests/command/dump_autoload_command_test.rs new file mode 100644 index 00000000..0335e986 --- /dev/null +++ b/crates/shirabe/tests/command/dump_autoload_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/DumpAutoloadCommandTest.php diff --git a/crates/shirabe/tests/command/exec_command_test.rs b/crates/shirabe/tests/command/exec_command_test.rs new file mode 100644 index 00000000..59ac4d6d --- /dev/null +++ b/crates/shirabe/tests/command/exec_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/ExecCommandTest.php diff --git a/crates/shirabe/tests/command/fund_command_test.rs b/crates/shirabe/tests/command/fund_command_test.rs new file mode 100644 index 00000000..d4bf441c --- /dev/null +++ b/crates/shirabe/tests/command/fund_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/FundCommandTest.php diff --git a/crates/shirabe/tests/command/global_command_test.rs b/crates/shirabe/tests/command/global_command_test.rs new file mode 100644 index 00000000..63ad32e1 --- /dev/null +++ b/crates/shirabe/tests/command/global_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/GlobalCommandTest.php diff --git a/crates/shirabe/tests/command/home_command_test.rs b/crates/shirabe/tests/command/home_command_test.rs new file mode 100644 index 00000000..0cbe03de --- /dev/null +++ b/crates/shirabe/tests/command/home_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/HomeCommandTest.php diff --git a/crates/shirabe/tests/command/init_command_test.rs b/crates/shirabe/tests/command/init_command_test.rs new file mode 100644 index 00000000..91084968 --- /dev/null +++ b/crates/shirabe/tests/command/init_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/InitCommandTest.php diff --git a/crates/shirabe/tests/command/install_command_test.rs b/crates/shirabe/tests/command/install_command_test.rs new file mode 100644 index 00000000..44c0df78 --- /dev/null +++ b/crates/shirabe/tests/command/install_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/InstallCommandTest.php diff --git a/crates/shirabe/tests/command/licenses_command_test.rs b/crates/shirabe/tests/command/licenses_command_test.rs new file mode 100644 index 00000000..7b3c44fc --- /dev/null +++ b/crates/shirabe/tests/command/licenses_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/LicensesCommandTest.php diff --git a/crates/shirabe/tests/command/reinstall_command_test.rs b/crates/shirabe/tests/command/reinstall_command_test.rs new file mode 100644 index 00000000..3cf67121 --- /dev/null +++ b/crates/shirabe/tests/command/reinstall_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/ReinstallCommandTest.php diff --git a/crates/shirabe/tests/command/remove_command_test.rs b/crates/shirabe/tests/command/remove_command_test.rs new file mode 100644 index 00000000..d2b26a44 --- /dev/null +++ b/crates/shirabe/tests/command/remove_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/RemoveCommandTest.php diff --git a/crates/shirabe/tests/command/repository_command_test.rs b/crates/shirabe/tests/command/repository_command_test.rs new file mode 100644 index 00000000..52ee7ec1 --- /dev/null +++ b/crates/shirabe/tests/command/repository_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/RepositoryCommandTest.php diff --git a/crates/shirabe/tests/command/require_command_test.rs b/crates/shirabe/tests/command/require_command_test.rs new file mode 100644 index 00000000..2201745f --- /dev/null +++ b/crates/shirabe/tests/command/require_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/RequireCommandTest.php diff --git a/crates/shirabe/tests/command/run_script_command_test.rs b/crates/shirabe/tests/command/run_script_command_test.rs new file mode 100644 index 00000000..9ae8c5f4 --- /dev/null +++ b/crates/shirabe/tests/command/run_script_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/RunScriptCommandTest.php diff --git a/crates/shirabe/tests/command/search_command_test.rs b/crates/shirabe/tests/command/search_command_test.rs new file mode 100644 index 00000000..a6fdb1c4 --- /dev/null +++ b/crates/shirabe/tests/command/search_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/SearchCommandTest.php diff --git a/crates/shirabe/tests/command/self_update_command_test.rs b/crates/shirabe/tests/command/self_update_command_test.rs new file mode 100644 index 00000000..6623853b --- /dev/null +++ b/crates/shirabe/tests/command/self_update_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/SelfUpdateCommandTest.php diff --git a/crates/shirabe/tests/command/show_command_test.rs b/crates/shirabe/tests/command/show_command_test.rs new file mode 100644 index 00000000..932dc3a2 --- /dev/null +++ b/crates/shirabe/tests/command/show_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/ShowCommandTest.php diff --git a/crates/shirabe/tests/command/status_command_test.rs b/crates/shirabe/tests/command/status_command_test.rs new file mode 100644 index 00000000..8dec3eb9 --- /dev/null +++ b/crates/shirabe/tests/command/status_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/StatusCommandTest.php diff --git a/crates/shirabe/tests/command/suggests_command_test.rs b/crates/shirabe/tests/command/suggests_command_test.rs new file mode 100644 index 00000000..857535a5 --- /dev/null +++ b/crates/shirabe/tests/command/suggests_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/SuggestsCommandTest.php diff --git a/crates/shirabe/tests/command/update_command_test.rs b/crates/shirabe/tests/command/update_command_test.rs new file mode 100644 index 00000000..180c90f6 --- /dev/null +++ b/crates/shirabe/tests/command/update_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/UpdateCommandTest.php diff --git a/crates/shirabe/tests/command/validate_command_test.rs b/crates/shirabe/tests/command/validate_command_test.rs new file mode 100644 index 00000000..0d10cc54 --- /dev/null +++ b/crates/shirabe/tests/command/validate_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/ValidateCommandTest.php |
