From: Greg Beaver Date: Sun, 25 Nov 2007 04:48:14 +0000 (+0000) Subject: MFB fix to test X-Git-Tag: RELEASE_2_0_0a1~1284 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fa1a3162663f41c6188c8f51b73dc74360a5b04;p=php MFB fix to test --- diff --git a/ext/phar/tests/phar_create_in_cwd.phpt b/ext/phar/tests/phar_create_in_cwd.phpt index b10bf4971c..8f4734041d 100644 --- a/ext/phar/tests/phar_create_in_cwd.phpt +++ b/ext/phar/tests/phar_create_in_cwd.phpt @@ -11,7 +11,6 @@ chdir(dirname(__FILE__)); try { $p = new Phar('brandnewphar.phar'); $p['file1.txt'] = 'hi'; - $p->commit(); var_dump($p->getStub()); $p->setStub(" --EXPECT-- -RecursiveDirectoryIterator::__construct(phar://brandnewphar.phar): failed to open dir: phar error: no directory in "phar://brandnewphar.phar", must have at least phar://brandnewphar.phar/ for root directory (always use full path to a new phar) +string(29) " +" +string(200) " +" ===DONE=== \ No newline at end of file