mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-16 05:30:15 +01:00
PHPUnit seems to have emptied the webdriver between every test, which causes curl errors. A new webdriver instance will now be created for every test file. This does not cause a lot of overhead for ui tests. PHPBB3-14947