diff --git a/core/profiles/standard/tests/src/Functional/StandardTest.php b/core/profiles/standard/tests/src/Functional/StandardTest.php index 1f7841d..dbda74c 100644 --- a/core/profiles/standard/tests/src/Functional/StandardTest.php +++ b/core/profiles/standard/tests/src/Functional/StandardTest.php @@ -90,7 +90,7 @@ function testStandard() { // Add a comment. $this->drupalLogin($this->adminUser); $this->drupalGet('node/1'); - $this->assertRaw('Then she picked out two somebodies,
Sally and me', 'Found a line break.'); + $this->assertRaw('Then she picked out two somebodies,
Sally and me', 'Found a line break.'); $this->drupalPostForm(NULL, array( 'subject[0][value]' => 'Barfoo', 'comment_body[0][value]' => 'Then she picked out two somebodies, Sally and me',