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 0000000..e1817f3 --- /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 0000000..79e0a8b --- /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 0000000..fd18db1 --- /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 0000000..d6ac4d7 --- /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 0000000..3478643 --- /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 0000000..f54b78e --- /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 0000000..29eb90e --- /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 0000000..f7a3a96 --- /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 0000000..0ed56d3 --- /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 0000000..0335e98 --- /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 0000000..59ac4d6 --- /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 0000000..d4bf441 --- /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 0000000..63ad32e --- /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 0000000..0cbe03d --- /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 0000000..9108496 --- /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 0000000..44c0df7 --- /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 0000000..7b3c44f --- /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 0000000..3cf6712 --- /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 0000000..d2b26a4 --- /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 0000000..52ee7ec --- /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 0000000..2201745 --- /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 0000000..9ae8c5f --- /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 0000000..a6fdb1c --- /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 0000000..6623853 --- /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 0000000..932dc3a --- /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 0000000..8dec3eb --- /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 0000000..857535a --- /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 0000000..180c90f --- /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 0000000..0d10cc5 --- /dev/null +++ b/crates/shirabe/tests/command/validate_command_test.rs @@ -0,0 +1 @@ +//! ref: composer/tests/Composer/Test/Command/ValidateCommandTest.php |
