diff options
Diffstat (limited to 'crates/shirabe/tests/command/licenses_command_test.rs')
| -rw-r--r-- | crates/shirabe/tests/command/licenses_command_test.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/shirabe/tests/command/licenses_command_test.rs b/crates/shirabe/tests/command/licenses_command_test.rs index e1dfe20..26a7520 100644 --- a/crates/shirabe/tests/command/licenses_command_test.rs +++ b/crates/shirabe/tests/command/licenses_command_test.rs @@ -1,10 +1,18 @@ //! ref: composer/tests/Composer/Test/Command/LicensesCommandTest.php +fn set_up() { + // Builds the temp project and installed.json/composer.lock fixtures via + // initTempComposer/createInstalledJson/createComposerLock, none of which are ported yet. + todo!() +} + macro_rules! stub { ($name:ident) => { #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn $name() { + set_up(); + todo!() } }; |
