Backport(バックポート) #3461
pc_backend の存在しないアクションに対するテストコードを削除する
Start date:
2013-10-07
Due date:
% Done:
100%
Description
Overview (現象)¶
source:test/functional/pc_backend/securityActionsTest.php は pc_backend の security/index アクションに対するテストコードとなっているが、現状 security/index というモジュール及びアクションは存在せずテストを実行してもエラーで終了する。
また source:test/functional/pc_backend/mailActionsTest.php についても、存在しないアクション mail/index に対するテストコードとなっている。
そのため、securityActionsTest.php 及び mailActionsTest.php は不要なファイルと判断し削除する。
Related issues
Associated revisions
Merge branches 't-3418', 't-3420', 't-3422', 't-3459', 't-3460', 't-3461', 't-3462', 't-3463', 't-3465' and 't-3471' into stable-3.8.x
History
#1
Updated by Akihiro KOBAYASHI about 9 years ago
- Status changed from New(新規) to Accepted(着手)
- Assignee set to Akihiro KOBAYASHI
#2
Updated by Akihiro KOBAYASHI about 9 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
pull request:https://github.com/openpne/OpenPNE3/pull/88
#3
Updated by Youichi Kimura about 9 years ago
更新履歴 7f03538217a32f8e75835d6281ee48047e8a77e6 で適用されました。
#4
Updated by Youichi Kimura about 9 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
- % Done changed from 50 to 70
#5
Updated by Mutsumi Imamura about 9 years ago
- Status changed from Pending Testing(テスト待ち) to Fixed(完了)
- % Done changed from 70 to 100
./symfony test:all を実行し異常終了しないことを確認しました。
ブラウザからの動作テストも問題ありません。