annotate 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
rev   line source
Chris@16 1 <?php
Chris@16 2
Chris@16 3 namespace Drupal\FunctionalTests\Installer;
Chris@16 4
Chris@16 5 /**
Chris@16 6 * Tests that keeping English in a foreign language install works.
Chris@16 7 *
Chris@16 8 * @group Installer
Chris@16 9 */
Chris@16 10 class InstallerTranslationMultipleLanguageKeepEnglishTest extends InstallerTranslationMultipleLanguageForeignTest {
Chris@16 11
Chris@16 12 /**
Chris@16 13 * Switch to the multilingual testing profile with English kept.
Chris@16 14 *
Chris@16 15 * @var string
Chris@16 16 */
Chris@16 17 protected $profile = 'testing_multilingual_with_english';
Chris@16 18
Chris@16 19 }