//! ref: composer/tests/Composer/Test/Package/Archiver/PharArchiverTest.php #[test] #[ignore = "PharArchiver::archive builds a tar via PharData, which is todo!() in the php-shim"] fn test_tar_archive() { todo!() } #[test] #[ignore = "PharArchiver::archive builds a zip via ZipArchive, which is todo!() in the php-shim"] fn test_zip_archive() { todo!() }