CRM-13234 one line fix for test failure caused by change to set-up class
authoreileen <eileen@fuzion.co.nz>
Tue, 20 Aug 2013 08:16:08 +0000 (20:16 +1200)
committereileen <eileen@fuzion.co.nz>
Tue, 20 Aug 2013 08:16:08 +0000 (20:16 +1200)
commitb422b7152bb8e43fd89989537e3f3bda0f543faf
tree7ac2a9da1d5351055b43b61f1298c8e7a5758ed5
parent5450a07b987a670fc8f9515c73f12efdffe98b72
CRM-13234 one line fix for test failure caused by change to set-up class
Well - it would have been one line - except then I wanted to keep testing what happens when the custom field has a default value (the breakage) & without (per before) so then I wound up having to fix up the function signature too
api/v3/CustomValue.php
api/v3/examples/Contact/APIChainedArrayMultipleCustom.php
api/v3/examples/Contact/GetFieldsOptions.php
api/v3/examples/CustomFieldCreate.php
api/v3/examples/CustomValue/formatFieldName.php
api/v3/examples/CustomValueGet.php
tests/phpunit/CiviTest/CiviUnitTestCase.php
tests/phpunit/api/v3/ContactTest.php
tests/phpunit/api/v3/CustomFieldTest.php
tests/phpunit/api/v3/CustomValueContactTypeTest.php
tests/phpunit/api/v3/CustomValueTest.php