#446878 by boombatower: Fix concatenation typo in field tests.

merge-requests/26/head
Angie Byron 2009-04-28 04:21:15 +00:00
parent 319220aaa2
commit b8aad0a764
1 changed files with 1 additions and 1 deletions

View File

@ -989,7 +989,7 @@ class FieldTestCase extends DrupalWebTestCase {
}
// Check that invalid field names are rejected.
$field_definition['field_name'] += '_#';
$field_definition['field_name'] .= '_#';
try {
field_create_field($field_definition);
$this->fail(t('Cannot create a field with an invalid name.'));