- 🇳🇿New Zealand quietone
This was fixed in #2907728: Installer: Convert system functional tests to phpunit → .
That added this block of code.
// Manually configure the test mail collector implementation to prevent // tests from sending out emails and collect them in state instead. $this->container->get('config.factory') ->getEditable('system.mail') ->set('interface.default', 'test_mail_collector') ->save();