操作
Backport(バックポート) #3450
完了pc_frontend の test で opWebResponse を利用しないことによるテスト阻害
開始日:
2011-11-23
期日:
進捗率:
100%
予定工数:
説明
Overview¶
pc_frontend の test に sfWebResponse が利用されており、
functional test にて warning が発生する
> application/add # post /member/login/authMode/MailAddress not ok 1 - last request threw an uncaught exception sfException: Call to undefined method sfWebResponse::generateMobileUidCookie.
Causes¶
#1113 の変更によるものであり、functional test について配慮されていない。
Way to fix¶
pc_frontend の factories.yml の修正
-> (影響範囲) テスト関連
Appendix¶
他のアプリケーションについては、当問題は発生しない。
Mutsumi Imamura さんが約11年前に更新
- ステータス を New(新規) から Accepted(着手) に変更
- 担当者 を Youichi Kimura から Mutsumi Imamura に変更
マージ請け負います
Shogo Kawahara さんが約11年前に更新
- ステータス を Accepted(着手) から Pending Review(レビュー待ち) に変更
- 進捗率 を 0 から 50 に変更
更新履歴 e08648dcacdacbc95eb6746927d98b290ffee6a1 で適用されました。
Shinichi Urabe さんが約11年前に更新
- ステータス を Pending Review(レビュー待ち) から Pending Testing(テスト待ち) に変更
- 進捗率 を 50 から 70 に変更
レビューOKです
Mutsumi Imamura さんが約11年前に更新
- ステータス を Pending Testing(テスト待ち) から Fixed(完了) に変更
- 進捗率 を 70 から 100 に変更
./symfony test:all を実行し異常終了しないことを確認しました。
操作