//! 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!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_basic_run() { set_up(); todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_no_dev() { set_up(); todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_format_json() { set_up(); todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_format_summary() { set_up(); todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_format_unknown() { set_up(); todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_locked() { set_up(); todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_locked_no_dev() { set_up(); todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_locked_without_lock_file() { set_up(); todo!() }