NFC When printing out the result of the correctly update in single value alter ensure...
authorSeamus Lee <seamuslee001@gmail.com>
Sun, 13 Dec 2020 06:13:31 +0000 (17:13 +1100)
committerSeamus Lee <seamuslee001@gmail.com>
Sun, 13 Dec 2020 06:13:31 +0000 (17:13 +1100)
tests/phpunit/api/v3/SyntaxConformanceTest.php

index 156bf876e8a6fab9960981f088f15fce8f69d1c4..bd401dc581db84ab03a6157dc138679d6a84fd62 100644 (file)
@@ -1516,6 +1516,7 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase {
       }
       unset($entity['xdebug']);
       unset($checkEntity['xdebug']);
+      unset($update['xdebug']);
       $this->assertAPIArrayComparison($entity, $checkEntity, [], "checking if $fieldName was correctly updated\n" . print_r([
         'update-params' => $updateParams,
         'update-result' => $update,