phpunit使用yaml文件进行配置设置

时间:2012-12-08 20:11:22

标签: php unit-testing phpunit

在phpunit中是否可以使用包含配置设置的yaml文件在测试中使用?

如果是这样,我怎么能在文档中看到这一点。

我认为可以使用这样的文件来包含整个测试中使用的有用数据。

1 个答案:

答案 0 :(得分:0)

您可以使用yaml初始化数据库,或者使用与数据库相关的断言的预期结果:http://www.phpunit.de/manual/3.7/en/database.html#understanding-datasets-and-datatables

我不相信对yaml数据提供程序有任何内置支持,但是如果你有一个将yaml转换为flat数组的解析器,你可以轻松编写自己的。 http://www.phpunit.de/manual/3.7/en/writing-tests-for-phpunit.html#writing-tests-for-phpunit.data-providers