Loading core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ class FunctionalTestDebugHtmlOutputHelperTest extends BrowserTestBase { */ public function testCreateFunctionalTestDebugHtmlOutput(): void { $this->drupalGet('<front>'); $this->assertSession()->statusCodeEquals(200); } } core/tests/Drupal/Tests/BrowserTestBase.php +0 −4 Original line number Diff line number Diff line Loading @@ -370,10 +370,6 @@ protected function setUp(): void { // Set up the browser test output file. $this->initBrowserOutputFile(); // Ensure that the test is not marked as risky because of no assertions. In // PHPUnit 6 tests that only make assertions using $this->assertSession() // can be marked as risky. $this->addToAssertionCount(1); } /** Loading Loading
core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ class FunctionalTestDebugHtmlOutputHelperTest extends BrowserTestBase { */ public function testCreateFunctionalTestDebugHtmlOutput(): void { $this->drupalGet('<front>'); $this->assertSession()->statusCodeEquals(200); } }
core/tests/Drupal/Tests/BrowserTestBase.php +0 −4 Original line number Diff line number Diff line Loading @@ -370,10 +370,6 @@ protected function setUp(): void { // Set up the browser test output file. $this->initBrowserOutputFile(); // Ensure that the test is not marked as risky because of no assertions. In // PHPUnit 6 tests that only make assertions using $this->assertSession() // can be marked as risky. $this->addToAssertionCount(1); } /** Loading