InstallerTranslationMultipleLanguageKeepEnglishTest.php 431 B

12345678910111213141516171819
  1. <?php
  2. namespace Drupal\FunctionalTests\Installer;
  3. /**
  4. * Tests that keeping English in a foreign language install works.
  5. *
  6. * @group Installer
  7. */
  8. class InstallerTranslationMultipleLanguageKeepEnglishTest extends InstallerTranslationMultipleLanguageForeignTest {
  9. /**
  10. * Switch to the multilingual testing profile with English kept.
  11. *
  12. * @var string
  13. */
  14. protected $profile = 'testing_multilingual_with_english';
  15. }