Mercurial > hg > isophonics-drupal-site
comparison core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
1 <?php | |
2 | |
3 namespace Drupal\FunctionalTests\Installer; | |
4 | |
5 /** | |
6 * Verifies that installing from existing configuration works. | |
7 * | |
8 * @group Installer | |
9 */ | |
10 class InstallerExistingConfigMultilingualTest extends InstallerExistingConfigTestBase { | |
11 | |
12 /** | |
13 * {@inheritdoc} | |
14 */ | |
15 protected $profile = 'testing_config_install_multilingual'; | |
16 | |
17 /** | |
18 * {@inheritdoc} | |
19 */ | |
20 protected function getConfigTarball() { | |
21 return __DIR__ . '/../../../fixtures/config_install/multilingual.tar.gz'; | |
22 } | |
23 | |
24 } |