From: Eileen McNaughton Date: Sun, 3 May 2015 03:22:45 +0000 (+1200) Subject: Remove whitespace X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9d5bf50f8a2cee9952d3fee3c954a23bbda61078;p=civicrm-core.git Remove whitespace --- diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index d8e732bb4b..3dc5663db9 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -1123,7 +1123,7 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { case CRM_Utils_Type::T_DATE: $entity[$fieldName] = '2012-05-20'; break; - + case CRM_Utils_Type::T_TIMESTAMP: // 4.6 doesn't support timestamp updates from 4.7 we should uncomment this. See CRM-16431. continue;