操作
Backport(バックポート) #3458
完了OpenPNE 本体のテストコードに opCommunityTopicPlugin 依存のテストが含まれている
開始日:
2013-10-07
期日:
進捗率:
0%
予定工数:
説明
Overview (現象)¶
test/functional/pc_frontend/communityActionsTest.php の下記テストコードは opCommunityTopicPlugin が存在しない状態では動作せず、LogicException が発生する。
->info('/config/communityTopicNotificationMail/1 - CSRF')
->post('/config/communityTopicNotificationMail/1', array('topic_notify' => array()))
->followRedirect()
->checkCSRF()
Way to fix (修正内容)¶
該当部分を communityActionsTest.php から削除する
Akihiro KOBAYASHI さんが約11年前に更新
- ステータス を New(新規) から Accepted(着手) に変更
- 担当者 を Akihiro KOBAYASHI にセット
Akihiro KOBAYASHI さんが約11年前に更新
- ステータス を Accepted(着手) から Pending Review(レビュー待ち) に変更
- 進捗率 を 0 から 50 に変更
pull request: https://github.com/openpne/OpenPNE3/pull/85
Youichi Kimura さんが約11年前に更新
- ステータス を Pending Review(レビュー待ち) から Rejected(差し戻し) に変更
stable-3.8.x (3e28e407 時点) の source:test/functional/pc_frontend/communityActionsTest.php@3e28e407 には #3423 で報告したような opCommunityTopicPlugin 依存のテストコードが存在しないため、3.8.x に対してはバックポート不要です。
操作