diff options
Diffstat (limited to 'crates/shirabe/tests/command/exec_command_test.rs')
| -rw-r--r-- | crates/shirabe/tests/command/exec_command_test.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/tests/command/exec_command_test.rs b/crates/shirabe/tests/command/exec_command_test.rs index 89963db..d182754 100644 --- a/crates/shirabe/tests/command/exec_command_test.rs +++ b/crates/shirabe/tests/command/exec_command_test.rs @@ -1,13 +1,13 @@ //! ref: composer/tests/Composer/Test/Command/ExecCommandTest.php #[test] -#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester with run/get_display) infrastructure"] fn test_list_throws_if_no_binaries_exist() { todo!() } #[test] -#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester with run/get_display) infrastructure"] fn test_list() { todo!() } |
