mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-07 08:05:25 +02:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12950] Force the installer to use language=en
This commit is contained in:
commit
f067aa92eb
@ -294,7 +294,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||
|
||||
$parseURL = parse_url(self::$config['phpbb_functional_url']);
|
||||
|
||||
$crawler = self::request('GET', 'install/index.php?mode=install');
|
||||
$crawler = self::request('GET', 'install/index.php?mode=install&language=en');
|
||||
self::assertContains('Welcome to Installation', $crawler->filter('#main')->text());
|
||||
$form = $crawler->selectButton('submit')->form();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user