プロジェクト

全般

プロフィール

Bug(バグ) #2618

Shogo Kawahara12年以上前に更新

h3. Overview

pc_frontend の test に sfWebResponse が利用されており、
functional test にて warning が発生する
<pre>
> application/add
# post /member/login/authMode/MailAddress
not ok 1 - last request threw an uncaught exception sfException: Call to undefined method sfWebResponse::generateMobileUidCookie.
</pre>

h3. Causes

#1113 の変更によるものであり、functional test について配慮されていない。

h3.
Way to fix

pc_frontend の factories.yml の修正
-> (影響範囲) テスト関連


h3. Appendix

他のアプリケーションについては、当問題は発生しない。

戻る