diff --git a/core/modules/system/lib/Drupal/system/Tests/Upgrade/BlockUpgradePathTest.php b/core/modules/system/lib/Drupal/system/Tests/Upgrade/BlockUpgradePathTest.php index 63a5cd8..1ca6e9a 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Upgrade/BlockUpgradePathTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Upgrade/BlockUpgradePathTest.php @@ -36,7 +36,7 @@ public function testBlockUpgradeTitleLength() { $this->assertTrue($this->performUpgrade(), 'The upgrade was completed successfully.'); // Add a block instance with a 255-character title. - $title = $this->randomName(255) + $title = $this->randomName(255); $this->drupalPlaceBlock('system_powered_by_block', array('title' => $title)); // Confirm that the custom block has been created, and title matches input. $this->drupalGet('');