comparison core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c8ae668cc8c
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 }