2017-06-19 33 views
0

我在尋找幫助或文檔是否可以使用codeception轉儲多個SQL轉儲文件,並使用這樣的配置:codeception:運行多個SQL轉儲文件

modules: 
    config: 
     - Db: 
      dsn: 'sqlite:./var/cache/test/test.sqlite' 
      user: '' 
      password: '' 
    =>  dump: 'tests/_data/*.sql' <= 
      populate: true 
      cleanup: true 
      reconnect: true 

回答

1

我不認爲這可能是直接開箱的。 另一種方法是將轉儲組合成1個轉儲文件。

你也可以看看我的回答this post,也許它可以幫助你。

+0

thx for tip dude :) – fxlacroix