From: Greg Beaver Date: Mon, 12 May 2008 00:45:05 +0000 (+0000) Subject: increase code coverage X-Git-Tag: RELEASE_2_0_0b1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae789a055e09410c9817196ae3a3bbb90adea766;p=php increase code coverage --- diff --git a/ext/phar/tests/tar/links.phpt b/ext/phar/tests/tar/links.phpt index e67efab5ad..73e257b8be 100644 --- a/ext/phar/tests/tar/links.phpt +++ b/ext/phar/tests/tar/links.phpt @@ -4,14 +4,18 @@ Phar: tar with hard link and symbolic link --FILE-- getMessage() . "\n"; } var_dump($p['testit/link']->getContent()); var_dump($p['testit/hard']->getContent()); var_dump($p['testit/file']->getContent()); +$p['testit/link'] = 'overwriting'; +var_dump($p['testit/link']->getContent()); ?> ===DONE=== --CLEAN-- @@ -25,4 +29,5 @@ string(3) "hi " string(3) "hi " +string(11) "overwriting" ===DONE===