gpt4 book ai didi

php - codeception中同时使用两个数据库

转载 作者:可可西里 更新时间:2023-10-31 22:15:50 26 4
gpt4 key购买 nike

codeception中如何同时使用两个数据库?我的 PHP 应用程序使用 SQLite 数据库,但也与另一个使用 MySQL 数据库的应用程序连接。

目前我的 codeception.yml 文件中有这个:

modules:
config:
Db:
dsn: 'sqlite:db.sqlite'
dump: tests/_data/dump.sql
populate: true
cleanup: true

这样,数据库每次都会填充测试数据,并在测试结束时自动清理自身。我现在如何添加一个 MySQL 数据库来执行相同的操作?

另外,如果可能的话,在某些测试中我使用了“seeInDatabase”函数。我如何指定它必须查看哪个数据库?

最佳答案

看看我贡献的模块,称为 Codeception MultiDb .

关于php - codeception中同时使用两个数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32246084/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com