You are here

public function LingotekNodeBulkViewsTranslationTest::testNodeTranslationMessageWhenBundleNotConfiguredWithLinks in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 4.0.x tests/src/Functional/Views/LingotekNodeBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeBulkViewsTranslationTest::testNodeTranslationMessageWhenBundleNotConfiguredWithLinks()
  2. 3.2.x tests/src/Functional/Views/LingotekNodeBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeBulkViewsTranslationTest::testNodeTranslationMessageWhenBundleNotConfiguredWithLinks()
  3. 3.3.x tests/src/Functional/Views/LingotekNodeBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeBulkViewsTranslationTest::testNodeTranslationMessageWhenBundleNotConfiguredWithLinks()
  4. 3.5.x tests/src/Functional/Views/LingotekNodeBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeBulkViewsTranslationTest::testNodeTranslationMessageWhenBundleNotConfiguredWithLinks()
  5. 3.6.x tests/src/Functional/Views/LingotekNodeBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeBulkViewsTranslationTest::testNodeTranslationMessageWhenBundleNotConfiguredWithLinks()
  6. 3.7.x tests/src/Functional/Views/LingotekNodeBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeBulkViewsTranslationTest::testNodeTranslationMessageWhenBundleNotConfiguredWithLinks()
  7. 3.8.x tests/src/Functional/Views/LingotekNodeBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeBulkViewsTranslationTest::testNodeTranslationMessageWhenBundleNotConfiguredWithLinks()

Tests that a node cannot be translated if not configured, and will provide user-friendly messages.

Overrides LingotekNodeBulkTranslationTest::testNodeTranslationMessageWhenBundleNotConfiguredWithLinks

File

tests/src/Functional/Views/LingotekNodeBulkViewsTranslationTest.php, line 43

Class

LingotekNodeBulkViewsTranslationTest
Tests translating a node using the bulk management view.

Namespace

Drupal\Tests\lingotek\Functional\Views

Code

public function testNodeTranslationMessageWhenBundleNotConfiguredWithLinks() {
  $this
    ->markTestSkipped('This doesn\'t apply if we replace the management pages with views.');
}