diff --git a/core/modules/comment/lib/Drupal/comment/Tests/Views/WizardTest.php b/core/modules/comment/lib/Drupal/comment/Tests/Views/WizardTest.php index f84cf64..83ceaee 100644 --- a/core/modules/comment/lib/Drupal/comment/Tests/Views/WizardTest.php +++ b/core/modules/comment/lib/Drupal/comment/Tests/Views/WizardTest.php @@ -37,7 +37,7 @@ public static function getInfo() { */ public function testCommentWizard() { $view = array(); - $view['human_name'] = $this->randomName(16); + $view['label'] = $this->randomName(16); $view['id'] = strtolower($this->randomName(16)); $view['show[wizard_key]'] = 'comment'; $view['page[create]'] = TRUE;