Actions
Bug(バグ) #1869
closedテスト用タスクで無駄な処理がある
Start date:
2011-01-14
Due date:
% Done:
100%
Estimated time:
3.6 で発生するか:
[QA]バグ通知済:
No
3.8 で発生するか:
Description
opDiaryPluginConfiguration::filterPluginOnlyTestFiles() で filterTestFiles($event, array()) とすればその後の処理は不要と思われる(要検証)
現状
public function filterPluginOnlyTestFiles(sfEvent $event, $files) { $files = $this->filterTestFiles($event, $files); foreach ($files as $key => $file) { if (false === strpos($file, $this->rootDir)) { unset($files[$key]); } } return $files; }
Updated by Rimpei Ogawa over 13 years ago
- Status changed from New(新規) to Accepted(着手)
Updated by Rimpei Ogawa over 13 years ago
- Status changed from Accepted(着手) to Fixed(完了)
- % Done changed from 0 to 100
Actions