Loading core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ public function testKernelTestRoute(): void { $this->drupalGet('kernel-test-example'); $this->assertSession()->statusCodeEquals(200); $this->assertSession()->titleEquals('Example route | Drupal'); $this->assertSession()->pageTextContains($this->testMarkup); $this->assertSession()->assertEscaped($this->testMarkup); } /** Loading Loading
core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ public function testKernelTestRoute(): void { $this->drupalGet('kernel-test-example'); $this->assertSession()->statusCodeEquals(200); $this->assertSession()->titleEquals('Example route | Drupal'); $this->assertSession()->pageTextContains($this->testMarkup); $this->assertSession()->assertEscaped($this->testMarkup); } /** Loading