aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/package/archiver/phar_archiver_test.rs
blob: 414aa3665f2b107b46869d177332625fdb8b610e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//! 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!()
}