You are here

public function LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked in Lingotek Translation 3.0.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
  2. 4.0.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
  3. 3.1.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
  4. 3.2.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
  5. 3.3.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
  6. 3.4.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
  7. 3.5.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
  8. 3.6.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
  9. 3.7.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
  10. 3.8.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()

Tests that a node can be translated using the links on the management page.

Overrides LingotekNodeExistingBulkTranslationTest::testNodeIsUntracked

File

tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php, line 32

Class

LingotekNodeExistingBulkViewsTranslationTest
Tests translating a node using the bulk management form.

Namespace

Drupal\Tests\lingotek\Functional\Views

Code

public function testNodeIsUntracked() {
  $this
    ->markTestSkipped('This doesn\'t apply as we cannot show the untracked status if there is no value. We may want to convert the target statuses to a partially computed field at a later time.');
}