You are here

public function TranslationTest::providerLabelTranslation in Layout Builder Symmetric Translations 8

Dataprovider for testLabelTranslation.

File

tests/src/FunctionalJavascript/TranslationTest.php, line 47

Class

TranslationTest
Tests that block settings can be translated.

Namespace

Drupal\Tests\layout_builder_st\FunctionalJavascript

Code

public function providerLabelTranslation() {
  return [
    'install before' => [
      TRUE,
    ],
    'install after' => [
      FALSE,
    ],
  ];
}