1
我正在使用'sfJwtPhpUnitPlugin'插件來測試我的symfony 1.4項目。我遵循以下步驟。PHPUnitTest沒有給出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.
但我不能看到一個文件phpunit.php內部測試/引導目錄。我該如何解決這個問題?