aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command/show_command_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/command/show_command_test.rs')
-rw-r--r--crates/shirabe/tests/command/show_command_test.rs46
1 files changed, 23 insertions, 23 deletions
diff --git a/crates/shirabe/tests/command/show_command_test.rs b/crates/shirabe/tests/command/show_command_test.rs
index b17ce22..56e8106 100644
--- a/crates/shirabe/tests/command/show_command_test.rs
+++ b/crates/shirabe/tests/command/show_command_test.rs
@@ -1,139 +1,139 @@
//! ref: composer/tests/Composer/Test/Command/ShowCommandTest.php
+#[ignore = "missing TestCase::init_temp_composer, create_installed_json, create_composer_lock, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_show() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer, create_installed_json, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_outdated_filters_according_to_platform_reqs_and_warns() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer, create_installed_json, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_outdated_filters_according_to_platform_reqs_without_warning_for_higher_versions() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer, create_installed_json, configure_links, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_show_direct_with_name_does_not_show_transient_dependencies() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer, create_installed_json, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_show_direct_with_name_only_shows_direct_dependents() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer, create_installed_json, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_show_platform_only_shows_platform_packages() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_show_platform_works_without_composer_json() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer, create_installed_json, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_outdated_with_zero_major() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer, create_installed_json, create_composer_lock, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_show_all_shows_all_sections() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_locked_requires_valid_lock_file() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer, create_composer_lock, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_locked_shows_all_locked() {
todo!()
}
+#[ignore = "missing TestCase::get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_invalid_option_combinations() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_ignored_option_combinations() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_self_and_name_only() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_self_and_package_combination() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_self() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_not_installed_error() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer, create_installed_json, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_no_dev_option() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer, create_installed_json, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_package_filter() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer, create_installed_json, create_composer_lock, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_not_existing_package() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer, create_installed_json, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_not_existing_package_with_working_dir() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer, create_installed_json, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_specific_package_and_tree() {
todo!()
}
+#[ignore = "missing TestCase::init_temp_composer, create_installed_json, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_name_only_prints_no_trailing_whitespace() {
todo!()
}