From: Eileen McNaughton Date: Sat, 2 May 2015 23:55:39 +0000 (+1200) Subject: CRM-16431 update syntax conformance tests to test timestamps X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e7b81dee3044fe0cff7af732320557c34319a2c3;p=civicrm-core.git CRM-16431 update syntax conformance tests to test timestamps --- diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index 2af8c8b677..6c126107d6 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -1125,11 +1125,6 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { 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; - - //case CRM_Utils_Type::T_DATETIME: - case 12: $entity[$fieldName] = '2012-05-20 03:05:20'; break;