我在 Symfony2 包(2.2.2 版)中的 Behat (2.4.*@dev) 初始化进程遇到了一些问题。命令后:
bin/behat --init "@CompanyAppBundle"
behat 目录是在应用程序根目录中创建的,而不是在 bundle 中。输出是:
+d features - place your *.feature files here
+d features/bootstrap - place bootstrap scripts and static files here
+f features/bootstrap/FeatureContext.php - place your feature related code here
问题出在哪里?