diff --git a/core/modules/help/tests/src/Functional/ExperimentalHelpTest.php b/core/modules/help/tests/src/Functional/ExperimentalHelpTest.php index 9d1a74e..25ad79f 100644 --- a/core/modules/help/tests/src/Functional/ExperimentalHelpTest.php +++ b/core/modules/help/tests/src/Functional/ExperimentalHelpTest.php @@ -51,6 +51,7 @@ public function testExperimentalHelp() { // Ensure the actual help page is displayed to avoid a false positive. $this->assertResponse(200); $this->assertText('online documentation for the Help Page Test module'); + $this->assertFalse(TRUE); } }