Issue #2697933 by felribeiro: Replace "does not" with "do not" in SearchLanguageTest

8.2.x
Alex Pott 2016-04-24 09:34:39 +01:00
parent c48884e36b
commit 617870d4ea
1 changed files with 4 additions and 4 deletions

View File

@ -117,10 +117,10 @@ class SearchLanguageTest extends SearchTestBase {
// Check for Spanish results.
$this->assertLink('Second node this is the Spanish title', 0, 'Second node Spanish title found in search results');
$this->assertLink('Third node es', 0, 'Third node Spanish found in search results');
// Ensure that results doesn't contain other language nodes.
$this->assertNoLink('First node en', 'Search results does not contain first English node');
$this->assertNoLink('Second node en', 'Search results does not contain second English node');
$this->assertNoLink('Third node en', 'Search results does not contain third English node');
// Ensure that results don't contain other language nodes.
$this->assertNoLink('First node en', 'Search results do not contain first English node');
$this->assertNoLink('Second node en', 'Search results do not contain second English node');
$this->assertNoLink('Third node en', 'Search results do not contain third English node');
// Change the default language and delete English.
$path = 'admin/config/regional/language';