diff options
Diffstat (limited to 'crates/shirabe/tests/package/archiver/phar_archiver_test.rs')
| -rw-r--r-- | crates/shirabe/tests/package/archiver/phar_archiver_test.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/tests/package/archiver/phar_archiver_test.rs b/crates/shirabe/tests/package/archiver/phar_archiver_test.rs index 414aa36..385177b 100644 --- a/crates/shirabe/tests/package/archiver/phar_archiver_test.rs +++ b/crates/shirabe/tests/package/archiver/phar_archiver_test.rs @@ -1,13 +1,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] -#[ignore = "PharArchiver::archive builds a tar via PharData, which is todo!() in the php-shim"] fn test_tar_archive() { todo!() } +#[ignore = "setUp/setupDummyRepo need TestCase::getUniqueTmpDirectory plus Filesystem to build the on-disk fixture tree; not ported"] #[test] -#[ignore = "PharArchiver::archive builds a zip via ZipArchive, which is todo!() in the php-shim"] fn test_zip_archive() { todo!() } |
