Merge pull request #4971 from kurund/batch-16
[civicrm-core.git] / tests / phpunit / CiviTest / CiviReportTestCase.php
index 550c56cd56ca84b7cddb6213cc348ae72592a658..6a928d5cc67da8fd0c3dfa8a6d73b41b96f8ebfc 100644 (file)
@@ -140,7 +140,7 @@ class CiviReportTestCase extends CiviUnitTestCase {
     foreach ($actualCsvArray as $intKey => $strVal) {
       $rowData = var_export(array(
         'expected' => $expectedCsvArray[$intKey],
-        'actual'  => $actualCsvArray[$intKey],
+        'actual' => $actualCsvArray[$intKey],
       ), TRUE);
       $this->assertNotNull($expectedCsvArray[$intKey], 'In line ' . __LINE__);
       $this->assertEquals(