//! ref: composer/tests/Composer/Test/Command/ConfigCommandTest.php #[test] #[ignore = "requires ApplicationTester and TestCase::initTempComposer harness (not implemented)"] fn test_config_updates() { todo!() } #[test] #[ignore = "requires ApplicationTester and TestCase::initTempComposer harness (not implemented)"] fn test_config_reads() { todo!() } #[test] #[ignore = "requires ApplicationTester (getApplicationTester) harness (not implemented)"] fn test_config_throws_for_invalid_arg_combination() { todo!() } #[test] #[ignore = "requires ApplicationTester and TestCase::initTempComposer harness (not implemented)"] fn test_config_throws_for_invalid_severity() { todo!() } #[test] #[ignore = "requires ApplicationTester and TestCase::initTempComposer harness (not implemented)"] fn test_config_throws_when_merging_array_with_object() { todo!() }