pax.phpt 327 B

12345678910111213
  1. --TEST--
  2. tests if pax global / extended headers are ignored
  3. --SKIPIF--
  4. --FILE--
  5. <?php
  6. require_once dirname(__FILE__) . '/setup.php.inc';
  7. $tar = new Archive_Tar(dirname(__FILE__) . '/testpax.tar');
  8. $phpunit->assertEquals(1, count($tar->listContent()), "count should be 1");
  9. echo 'tests done';
  10. ?>
  11. --CLEAN--
  12. --EXPECT--
  13. tests done