Skip to content
Snippets Groups Projects
Commit 86cb1278 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1824016 by scuts, jhodgdon: Fixed Confusing name for test method in NodeBlockTest.

parent cc38404b
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -32,7 +32,7 @@ function setUp() {
$this->drupalLogin($admin_user);
}
function testSearchFormBlock() {
function testSyndicateBlock() {
// Set block title to confirm that the interface is available.
$this->drupalPost('admin/structure/block/manage/node/syndicate/configure', array('title' => $this->randomName(8)), t('Save block'));
$this->assertText(t('The block configuration has been saved.'), 'Block configuration set.');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment