Initial Drupal 11 with DDEV setup
This commit is contained in:
13
vendor/pear/archive_tar/tests/pax.phpt
vendored
Normal file
13
vendor/pear/archive_tar/tests/pax.phpt
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
--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
|
||||
Reference in New Issue
Block a user