comparison core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents
children
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
1 <?php
2
3 namespace Drupal\FunctionalTests\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 }