Skip to content

Commit

Permalink
Issue #3134308 by quietone, mrinalini9, benjifisher, xjm: Change 'is …
Browse files Browse the repository at this point in the history
…was' to 'is' in comments

(cherry picked from commit 1acb0bb4c27241957f0844d0772c9b810b2b0654)
  • Loading branch information
xjm committed May 25, 2020
1 parent db5d5e4 commit c15ca7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
$query = $this->sourceDatabase->delete('system');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c15ca7c

Please sign in to comment.