diff -u b/core/modules/search/src/Tests/SearchConfigSettingsFormTest.php b/core/modules/search/src/Tests/SearchConfigSettingsFormTest.php --- b/core/modules/search/src/Tests/SearchConfigSettingsFormTest.php +++ b/core/modules/search/src/Tests/SearchConfigSettingsFormTest.php @@ -98,7 +98,7 @@ $text = $this->randomName(5); $this->drupalPostForm('search/node', array('keys' => $text), t('Search')); $this->drupalGet('admin/reports/dblog'); - $this->assertNoLink('Searched Content for ' . $text, 'Search was not logged'); + $this->assertNoLink('Searched Content for ' . $text . '.', 'Search was not logged'); }