Skip to content

Commit

Permalink
-pf
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Apr 22, 2019
1 parent 9d91990 commit da90f70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/phpunit/api/v3/SyntaxConformanceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ public function getKnownUnworkablesUpdateSingle($entity, $key) {
'cant_update' => array(
// These fields get auto-adjusted by the BAO prior to saving
'weight',
'location_type_id',
'phone_type_id',
'website_type_id',
// Not a real field
Expand All @@ -748,6 +749,7 @@ public function getKnownUnworkablesUpdateSingle($entity, $key) {
// These fields get auto-adjusted by the BAO prior to saving
'weight',
'field_type',
'location_type_id',
'phone_type_id',
'website_type_id',
// Not a real field
Expand Down

0 comments on commit da90f70

Please sign in to comment.