//! ref: composer/tests/Composer/Test/Command/CheckPlatformReqsCommandTest.php #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_platform_reqs_are_satisfied() { todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_exception_thrown_if_no_lockfile_found() { todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_failed_platform_requirement() { todo!() }