Symfony 5.4 - 尝试将我们的邮件库升级到 Symfony Mailer。
CI 的
phpunit
阶段创建测试数据库模式失败,出现以下错误:
$ php bin/console doctrine:schema:create -e test
! [CAUTION] This operation should not be executed in a production environment!
Creating database schema...
In TransportFactory.php line 54:
No transport supports the given Messenger DSN ""..
我不知道从哪里开始……在网上找不到任何关于这个特定错误的信息。谁能帮我找出问题所在?