我正在使用 'sfJwtPhpUnitPlugin' 插件来测试我的 symfony 1.4 项目。我按照以下步骤操作。
安装:https ://github.com/JWT-OSS/sfJwtPhpUnitPlugin/blob/1.0.3/INSTALL.md 用法:https ://github.com/JWT-OSS/sfJwtPhpUnitPlugin/blob/1.0.3/USAGE.md
自动生成我的测试用例。
当我触发命令时,./symfony phpunit:unit
我看不到任何结果..
..根据指南,我可以看到以下声明
When running PHPUnit Symfony tasks, JPUP will look for and execute the bootstrap file in sf_test_dir/bootstrap/phpunit.php. If you have any code that needs to be executed before any tests are run, put it in this bootstrap file.
但我在 test/bootstrap 目录中看不到文件 phpunit.php。我该如何解决这个问题?