Skip to content
Snippets Groups Projects
Commit 1acb0bb4 authored by Jess's avatar Jess
Browse files

Issue #3134308 by quietone, mrinalini9, benjifisher, xjm: Change 'is was' to 'is' in comments

parent 23d5106e
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ public function testMigrateUpgradeReviewPage() {
$this->assertUpgradePaths($session, $available_paths, $missing_paths);
// Check there are no errors when a module does not have any migrations and
// does not need any. Test with a module that is was in both Drupal 6 and
// does not need any. Test with a module that is in both Drupal 6 and
// Drupal 7 core.
$module = 'help';
$module_name = 'Help';
......
......@@ -83,8 +83,8 @@ public function testLocalUserCreation() {
$this->assertEqual($user->getPreferredLangcode(), $langcode, 'New user has correct preferred language set.');
$this->assertEqual($user->language()->getId(), $langcode, 'New user has correct profile language set.');
// Test if the admin can use the language selector and if the
// correct language is was saved.
// Test that the admin can use the language selector and if the correct
// language is saved.
$user_edit = $langcode . '/user/' . $user->id() . '/edit';
$this->drupalLogin($admin_user);
......
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