From b0aaad8c9ff9c8d89ebf045b60fc563d41a19446 Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 26 Jul 2013 18:26:45 +1200 Subject: [PATCH] CRM-13072 argh that last minute fix & the enotices git add tests/phpunit/CiviTest/CiviUnitTestCase.php --- tests/phpunit/CiviTest/CiviUnitTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CiviTest/CiviUnitTestCase.php b/tests/phpunit/CiviTest/CiviUnitTestCase.php index 6c5ee22ec2..bb4e2ccaec 100644 --- a/tests/phpunit/CiviTest/CiviUnitTestCase.php +++ b/tests/phpunit/CiviTest/CiviUnitTestCase.php @@ -2056,7 +2056,7 @@ AND ( TABLE_NAME LIKE 'civicrm_value_%' ) 'id' => $id, )); } - $dateFields = $keys = array(); + $dateFields = $keys = $dateTimeFields = array(); $fields = $this->callAPISuccess($entity, 'getfields', array('version' => 3, 'action' => 'get')); foreach ($fields['values'] as $field => $settings) { if (array_key_exists($field, $result)) { -- 2.25.1