diff --git a/src/Tests/LingotekContentTypeBulkTranslationTest.php b/src/Tests/LingotekContentTypeBulkTranslationTest.php index 72483c9..4a07294 100644 --- a/src/Tests/LingotekContentTypeBulkTranslationTest.php +++ b/src/Tests/LingotekContentTypeBulkTranslationTest.php @@ -300,7 +300,7 @@ class LingotekContentTypeBulkTranslationTest extends LingotekTestBase { 'operation' => 'check_translations' ]; $this->drupalPostForm(NULL, $edit, t('Execute')); - $this->assertText("Operations completed."); + $this->assertText('Operations completed.'); // Download the translation. $this->clickLink('ES'); @@ -352,7 +352,7 @@ class LingotekContentTypeBulkTranslationTest extends LingotekTestBase { 'operation' => 'check_translations' ]; $this->drupalPostForm(NULL, $edit, t('Execute')); - $this->assertText("Operations completed."); + $this->assertText('Operations completed.'); // Download the translation. $this->clickLink('ES'); diff --git a/src/Tests/LingotekFieldBodyBulkTranslationTest.php b/src/Tests/LingotekFieldBodyBulkTranslationTest.php index 7d083bf..529c108 100644 --- a/src/Tests/LingotekFieldBodyBulkTranslationTest.php +++ b/src/Tests/LingotekFieldBodyBulkTranslationTest.php @@ -281,7 +281,7 @@ class LingotekFieldBodyBulkTranslationTest extends LingotekTestBase { 'operation' => 'check_translations' ]; $this->drupalPostForm(NULL, $edit, t('Execute')); - $this->assertText("Operations completed."); + $this->assertText('Operations completed.'); // Download the translation. $this->clickLink('ES'); @@ -333,7 +333,7 @@ class LingotekFieldBodyBulkTranslationTest extends LingotekTestBase { 'operation' => 'check_translations' ]; $this->drupalPostForm(NULL, $edit, t('Execute')); - $this->assertText("Operations completed."); + $this->assertText('Operations completed.'); // Download the translation. $this->clickLink('ES'); diff --git a/src/Tests/LingotekNodeBulkTranslationTest.php b/src/Tests/LingotekNodeBulkTranslationTest.php index 4bbb1b3..3168e96 100644 --- a/src/Tests/LingotekNodeBulkTranslationTest.php +++ b/src/Tests/LingotekNodeBulkTranslationTest.php @@ -504,7 +504,7 @@ class LingotekNodeBulkTranslationTest extends LingotekTestBase { 'operation' => 'check_translations' ]; $this->drupalPostForm(NULL, $edit, t('Execute')); - $this->assertText("Operations completed."); + $this->assertText('Operations completed.'); // Download the translation. $this->clickLink('ES'); @@ -553,7 +553,7 @@ class LingotekNodeBulkTranslationTest extends LingotekTestBase { 'operation' => 'check_translations' ]; $this->drupalPostForm(NULL, $edit, t('Execute')); - $this->assertText("Operations completed."); + $this->assertText('Operations completed.'); // Download the translation. $this->clickLink('ES'); diff --git a/src/Tests/LingotekSystemSiteBulkTranslationTest.php b/src/Tests/LingotekSystemSiteBulkTranslationTest.php index 9837829..29de28b 100644 --- a/src/Tests/LingotekSystemSiteBulkTranslationTest.php +++ b/src/Tests/LingotekSystemSiteBulkTranslationTest.php @@ -208,6 +208,7 @@ class LingotekSystemSiteBulkTranslationTest extends LingotekTestBase { 'operation' => 'check_translation:es' ]; $this->drupalPostForm(NULL, $edit, t('Execute')); + $this->assertText('Operations completed.'); // Download the translation. $this->clickLink('ES');