Loading core/modules/help/tests/src/Functional/HelpPageOrderTest.php +2 −3 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ class HelpPageOrderTest extends BrowserTestBase { /** * {@inheritdoc} */ protected static $modules = ['help', 'tour']; protected static $modules = ['help', 'help_page_test']; /** * {@inheritdoc} Loading @@ -28,7 +28,7 @@ class HelpPageOrderTest extends BrowserTestBase { */ protected $stringOrder = [ 'Module overviews are provided', 'Tours guide you', 'This description should appear', ]; /** Loading @@ -42,7 +42,6 @@ protected function setUp(): void { 'access help pages', 'view the administration theme', 'administer permissions', 'access tour', ]); $this->drupalLogin($account); } Loading core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ class HelpPageReverseOrderTest extends HelpPageOrderTest { * @var string[] */ protected $stringOrder = [ 'Tours guide you', 'This description should appear', 'Module overviews are provided', ]; Loading Loading
core/modules/help/tests/src/Functional/HelpPageOrderTest.php +2 −3 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ class HelpPageOrderTest extends BrowserTestBase { /** * {@inheritdoc} */ protected static $modules = ['help', 'tour']; protected static $modules = ['help', 'help_page_test']; /** * {@inheritdoc} Loading @@ -28,7 +28,7 @@ class HelpPageOrderTest extends BrowserTestBase { */ protected $stringOrder = [ 'Module overviews are provided', 'Tours guide you', 'This description should appear', ]; /** Loading @@ -42,7 +42,6 @@ protected function setUp(): void { 'access help pages', 'view the administration theme', 'administer permissions', 'access tour', ]); $this->drupalLogin($account); } Loading
core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ class HelpPageReverseOrderTest extends HelpPageOrderTest { * @var string[] */ protected $stringOrder = [ 'Tours guide you', 'This description should appear', 'Module overviews are provided', ]; Loading