// TODO: It later tries to format this as money which then gives a warning. One option is to instead set something like $row[$key]['classes'] and then use that in the template, but I don't think the stock template supports something like that.
// Hmm it has styling in it before being sent to the template. If that gets fixed then will need to update this.
$this->assertEquals('<strong>10.00</strong>',$rows['values'][$contact]['civicrm_contribution_total_amount'],'should only include the $10 contribution');