symfony 1.4 プロジェクトをテストするために「sfJwtPhpUnitPlugin」プラグインを使用しています。以下の手順に従いました。
インストール: 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 が表示されません。どうすれば問題を解決できますか?