Indefero

Indefero Commit Details


Date:2012-04-19 17:50:24 (12 years 8 months ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:8cd19c0f534181bc017d3a4eafe1d372d7475a39
Parents: d5394265ba4183e4f9cb48e070a0dbe053941b68
Message:Escape the xml file path arg.

Changes:

File differences

run-tests
22
33
44
5
5
66
77
88
<?php
$xmlfile = dirname(__FILE__) .'/test/report.xml';
passthru('phpunit --coverage-clover='.$xmlfile);
passthru('phpunit --coverage-clover='.escapeshellarg($xmlfile));
$xml = simplexml_load_string(file_get_contents($xmlfile));
unlink($xmlfile);
printf(

Archive Download the corresponding diff file

Page rendered in 0.08200s using 13 queries.