//! 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. #[test] #[ignore = "needs JsonFile schema validation against the bundled composer-schema.json (not ported)"] fn test_name_pattern() { todo!() } #[test] #[ignore = "needs JsonFile schema validation against the bundled composer-schema.json (not ported)"] fn test_version_pattern() { todo!() } #[test] #[ignore = "needs JsonFile schema validation against the bundled composer-schema.json (not ported)"] fn test_optional_abandoned_property() { todo!() } #[test] #[ignore = "needs JsonFile schema validation against the bundled composer-schema.json (not ported)"] fn test_require_types() { todo!() } #[test] #[ignore = "needs JsonFile schema validation against the bundled composer-schema.json (not ported)"] fn test_minimum_stability_values() { todo!() }