Skip to content
Snippets Groups Projects
Commit 79de5590 authored by catch's avatar catch
Browse files

Issue #1326932 by jenlampton, msonnabaum: Bunny ears are fuzzy: update search...

Issue #1326932 by jenlampton, msonnabaum: Bunny ears are fuzzy: update search test node content to reflect this.
parent 2601ca02
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
......@@ -1975,7 +1975,7 @@ class SearchNodeAccessTest extends DrupalWebTestCase {
* Tests that search returns results with punctuation in the search phrase.
*/
function testPhraseSearchPunctuation() {
$node = $this->drupalCreateNode(array('body' => array(LANGUAGE_NONE => array(array('value' => "The bunny's ears were furry.")))));
$node = $this->drupalCreateNode(array('body' => array(LANGUAGE_NONE => array(array('value' => "The bunny's ears were fuzzy.")))));
// Update the search index.
module_invoke_all('update_index');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment