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

8.0.x
webchick 2012-10-26 22:26:40 -07:00
parent cc38404bcd
commit 86cb1278c1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class NodeBlockTest extends NodeTestBase {
$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.');