mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-02 15:03:04 +02: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