
| Current Path : /var/www/html/rocksensor1/vendor/pear/archive_tar/tests/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/vendor/pear/archive_tar/tests/pax.phpt |
--TEST-- tests if pax global / extended headers are ignored --SKIPIF-- --FILE-- <?php require_once dirname(__FILE__) . '/setup.php.inc'; $tar = new Archive_Tar(dirname(__FILE__) . '/testpax.tar'); $phpunit->assertEquals(1, count($tar->listContent()), "count should be 1"); echo 'tests done'; ?> --CLEAN-- --EXPECT-- tests done