Merge pull request #17494 from pradpnayak/reminderSetdefault
[civicrm-core.git] / tests / phpunit / CiviTest / CiviDBAssert.php
index 88b8bcd4d85ad522dad6bd6ef0f49463a9ae6730..0174795c064f0df825b96242bc0c02fe55a412fa 100644 (file)
@@ -150,7 +150,7 @@ class CiviDBAssert {
    */
   public function assertDBCompareValues(&$testCase, $daoName, $searchParams, $expectedValues) {
     //get the values from db
-    $dbValues = array();
+    $dbValues = [];
     CRM_Core_DAO::commonRetrieve($daoName, $searchParams, $dbValues);
 
     // compare db values with expected values