Project

General

Profile

Actions

Bug(バグ) #1869

closed

テスト用タスクで無駄な処理がある

Added by Rimpei Ogawa about 14 years ago. Updated over 13 years ago.

Status:
Fixed(完了)
Priority:
Normal(通常)
Assignee:
Target version:
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;
  }

Actions #1

Updated by Rimpei Ogawa about 14 years ago

  • Target version set to v1.3.2
Actions #2

Updated by Rimpei Ogawa over 13 years ago

  • Status changed from New(新規) to Accepted(着手)
Actions #3

Updated by Rimpei Ogawa over 13 years ago

  • Status changed from Accepted(着手) to Fixed(完了)
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF