aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/package/archiver/phar_archiver_test.rs
blob: 385177b096f8cf5c53998486c5dbbb02a67e244a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//! ref: composer/tests/Composer/Test/Package/Archiver/PharArchiverTest.php

#[ignore = "setUp/setupDummyRepo need TestCase::getUniqueTmpDirectory plus Filesystem to build the on-disk fixture tree; not ported"]
#[test]
fn test_tar_archive() {
    todo!()
}

#[ignore = "setUp/setupDummyRepo need TestCase::getUniqueTmpDirectory plus Filesystem to build the on-disk fixture tree; not ported"]
#[test]
fn test_zip_archive() {
    todo!()
}