Browse Source

make sure we are in the test directory

migration/RELEASE_1_0_0
Greg Beaver 20 years ago
parent
commit
f78dc091f3
  1. 1
      ext/phar/tests/phar_create_in_cwd.phpt

1
ext/phar/tests/phar_create_in_cwd.phpt

@ -7,6 +7,7 @@ phar.require_hash=0
phar.readonly=0
--FILE--
<?php
chdir(dirname(__FILE__));
$p = new Phar('brandnewphar.phar');
$p['file1.txt'] = 'hi';
$p->commit();

Loading…
Cancel
Save