//! ref: composer/tests/Composer/Test/Json/ComposerSchemaTest.php // These validate documents against the bundled composer-schema.json via JsonFile's // json-schema validator, which is not ported. #[ignore = "JsonSchema Validator::get_errors returns Vec; cannot represent structured property/message/constraint error arrays asserted here, and Validator::validate is not ported"] #[test] fn test_name_pattern() { todo!() } #[ignore = "JsonSchema Validator::get_errors returns Vec; cannot represent structured property/message/constraint error arrays asserted here, and Validator::validate is not ported"] #[test] fn test_version_pattern() { todo!() } #[ignore = "JsonSchema Validator::get_errors returns Vec; cannot represent structured property/message/constraint error arrays asserted here, and Validator::validate is not ported"] #[test] fn test_optional_abandoned_property() { todo!() } #[ignore = "JsonSchema Validator::get_errors returns Vec; cannot represent structured property/message/constraint error arrays asserted here, and Validator::validate is not ported"] #[test] fn test_require_types() { todo!() } #[ignore = "JsonSchema Validator::get_errors returns Vec; cannot represent structured property/message/constraint error arrays asserted here, and Validator::validate is not ported"] #[test] fn test_minimum_stability_values() { todo!() }