Skip to content
Snippets Groups Projects
Commit 1e8448a5 authored by catch's avatar catch
Browse files

Issue #3440523 by narendraR: Remove duplicate `the` from code

parent bb11b08d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
use Drupal\Tests\BrowserTestBase;
/**
* Tests the the menu_linkset_settings form.
* Tests the menu_linkset_settings form.
*
* @group Form
*/
......
......@@ -133,7 +133,7 @@ public function testNoVersionInfo() {
$this->assertSession()->fieldEnabled('modules[system_no_module_version_dependency_test][enable]');
$this->assertSession()->fieldDisabled('modules[system_no_module_version_test][enable]');
// Remove the version requirement from the the dependency definition
// Remove the version requirement from the dependency definition
$info = [
'type' => 'module',
'core_version_requirement' => '*',
......
......@@ -9,7 +9,7 @@
use Drupal\Tests\BrowserTestBase;
/**
* Tests the the update_settings form.
* Tests the update_settings form.
*
* @group update
* @group Form
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment