mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-05 05:55:15 +02:00
Merge remote-tracking branch 'github-dhruvgoel92/ticket/12950' into develop-ascraeus
* github-dhruvgoel92/ticket/12950: [ticket/12950] Force the installer to use language=en
This commit is contained in:
commit
252ddd71d0
@ -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