blob: 03bee8eca595497091af44a6d16502d53c03041e (
plain)
1
2
3
4
5
6
7
|
//! ref: composer/tests/Composer/Test/Util/MetadataMinifierTest.php
#[test]
#[ignore = "MetadataMinifier::minify is intentionally not ported in shirabe_external_packages (unused by Composer itself)"]
fn test_minify_expand() {
todo!()
}
|