生成测试时无法找到配置文件

Web*_*net 4 php codeception

我正在使用我的yml文件的绝对路径...是不是我应该提供路径的正确文件?我已经确认我正在使用的路径是正确的...

$ vendor/bin/codecept generate:cept -config="~/path/to/codeception.yml" acceptance createUser

  [Codeception\Exception\Configuration]  
  Configuration file could not be found  

generate:cept [-c|--config[="..."]] suite test
Run Code Online (Sandbox Code Playgroud)

Web*_*net 10

我不确定问题是什么,我一定是腐败了.但重建我的代码设置使用vendor/bin/codecept bootstrap解决了问题.