5310af0656e2b67a800d1393c60a246d4c8fec1c
[yaffs-website] / web / core / modules / system / src / Tests / Installer / InstallerTranslationMultipleLanguageKeepEnglishTest.php
1 <?php
2
3 namespace Drupal\system\Tests\Installer;
4
5 /**
6  * Tests that keeping English in a foreign language install works.
7  *
8  * @group Installer
9  */
10 class InstallerTranslationMultipleLanguageKeepEnglishTest extends InstallerTranslationMultipleLanguageForeignTest {
11
12   /**
13    * Switch to the multilingual testing profile with English kept.
14    *
15    * @var string
16    */
17   protected $profile = 'testing_multilingual_with_english';
18
19 }