comparison core/modules/contact/tests/drupal-7.contact.database.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children af1871eacc83
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
19 db_insert('contact')->fields([ 19 db_insert('contact')->fields([
20 'category', 20 'category',
21 'recipients', 21 'recipients',
22 'reply', 22 'reply',
23 'weight', 23 'weight',
24 'selected' 24 'selected',
25 ]) 25 ])
26 ->values([ 26 ->values([
27 'category' => 'Upgrade test', 27 'category' => 'Upgrade test',
28 'recipients' => 'test1@example.com,test2@example.com', 28 'recipients' => 'test1@example.com,test2@example.com',
29 'reply' => 'Test reply', 29 'reply' => 'Test reply',