File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ static function setUpBeforeClass(){
1919 $ filter = new \PHP_CodeCoverage_Filter ();
2020 $ filter ->addDirectoryToWhitelist (dirname (__FILE__ ).'/../../src ' );
2121 self ::$ coverage = new \PHP_CodeCoverage (null ,$ filter );
22- self ::$ coverage ->start ('testiCircleAccounts ' );
22+ self ::$ coverage ->start ('testRESTful ' );
2323 }
2424
2525 // create a temporary error log directory
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ register_shutdown_function(function () use ($coverage){
1414
1515 $ writer = new \PHP_CodeCoverage_Report_PHP ();
1616
17- $ coverageFileName = md5 ($ _SERVER ['REQUEST_URI ' ]).'.php ' ;
17+ $ coverageFileName = md5 ($ _SERVER ['REQUEST_URI ' ]. microtime () ).'.php ' ;
1818
1919 // COVERAGE_DIR to be replaced by a new temp direcory for every run
2020 $ writer ->process ($ coverage , COVERAGE_DIR .'/ ' .$ coverageFileName );
You can’t perform that action at this time.
0 commit comments