Field.test contains:

$field_definition['field_name'] += '_#';

instead of

$field_definition['field_name'] .= '_#';

Discovered while working on #295864: SimpleTest: Change randomName() method to randomString().

CommentFileSizeAuthor
#1 446878-field.test.patch625 bytesboombatower
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

boombatower’s picture

Status: Active » Reviewed & tested by the community
FileSize
625 bytes
chx’s picture

Wow, that's a nice catch. Someone confused PHP with JS and then PHP licked it up because it's not typed at all and the result is junk. Nice!

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thanks! :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.