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