Skip to content
Snippets Groups Projects

Issue #3275991: Write test coverage for the bug fix in #3275311

@@ -37,7 +37,7 @@ class ClickableHelpTest extends AutomaticUpdatesFunctionalTestBase {
}
/**
* Tests if composer executable is not present then the help link in error is clickable.
* Tests if composer executable is not present then the help link clickable.
*/
public function testHelpLinkClickable(): void {
$this->drupalLogin($this->checkerRunnerUser);
Loading