public function LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked in Lingotek Translation 3.2.x
Same name and namespace in other branches
- 8.2 tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
- 4.0.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
- 3.0.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
- 3.1.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
- 3.3.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
- 3.4.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
- 3.5.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
- 3.6.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
- 3.7.x tests/src/Functional/Views/LingotekNodeExistingBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeExistingBulkViewsTranslationTest::testNodeIsUntracked()
- 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\ViewsCode
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.');
}