4

我正在使用我的 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
4

1 回答 1

11

我不确定问题是什么,我一定是损坏了一些东西。但是使用重新构建我的代码接收设置vendor/bin/codecept bootstrap解决了这个问题。

于 2014-01-13T15:15:33.620 回答