//! ref: composer/tests/Composer/Test/Package/Archiver/ZipArchiverTest.php // ZipArchiver::archive builds a zip via ZipArchive, which is todo!() in the php-shim. #[test] #[ignore = "ZipArchiver::archive builds a zip via ZipArchive, which is todo!() in the php-shim"] fn test_simple_files() { todo!() } #[test] #[ignore = "ZipArchiver::archive builds a zip via ZipArchive, which is todo!() in the php-shim"] fn test_gitignore_exclude_negation() { todo!() } #[test] #[ignore = "ZipArchiver::archive builds a zip via ZipArchive, which is todo!() in the php-shim"] fn test_folder_with_backslashes() { todo!() }