mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-19 23:55:22 +01:00
[ticket/12962] Force language=en for UI tests installation
PHPBB3-12962
This commit is contained in:
parent
d1935b0b0b
commit
20dfb23dd4
@ -108,7 +108,7 @@ class phpbb_ui_test_case extends phpbb_test_case
|
||||
|
||||
$parseURL = parse_url(self::$config['phpbb_functional_url']);
|
||||
|
||||
self::visit('install/index.php?mode=install');
|
||||
self::visit('install/index.php?mode=install&language=en');
|
||||
self::assertContains('Welcome to Installation', self::find_element('id', 'main')->getText());
|
||||
|
||||
// install/index.php?mode=install&sub=requirements
|
||||
|
Loading…
x
Reference in New Issue
Block a user