public function LingotekNodeBulkViewsTranslationTest::testNodeTranslationMessageWhenBundleNotConfiguredWithLinks in Lingotek Translation 3.6.x
Same name and namespace in other branches
- 4.0.x tests/src/Functional/Views/LingotekNodeBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeBulkViewsTranslationTest::testNodeTranslationMessageWhenBundleNotConfiguredWithLinks()
- 3.2.x tests/src/Functional/Views/LingotekNodeBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeBulkViewsTranslationTest::testNodeTranslationMessageWhenBundleNotConfiguredWithLinks()
- 3.3.x tests/src/Functional/Views/LingotekNodeBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeBulkViewsTranslationTest::testNodeTranslationMessageWhenBundleNotConfiguredWithLinks()
- 3.4.x tests/src/Functional/Views/LingotekNodeBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeBulkViewsTranslationTest::testNodeTranslationMessageWhenBundleNotConfiguredWithLinks()
- 3.5.x tests/src/Functional/Views/LingotekNodeBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeBulkViewsTranslationTest::testNodeTranslationMessageWhenBundleNotConfiguredWithLinks()
- 3.7.x tests/src/Functional/Views/LingotekNodeBulkViewsTranslationTest.php \Drupal\Tests\lingotek\Functional\Views\LingotekNodeBulkViewsTranslationTest::testNodeTranslationMessageWhenBundleNotConfiguredWithLinks()
- 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\ViewsCode
public function testNodeTranslationMessageWhenBundleNotConfiguredWithLinks() {
$this
->markTestSkipped('This doesn\'t apply if we replace the management pages with views.');
}