This is the documentation for Bamboo 5.8. View this page for the

Unknown macro: {spacejump}

of Bamboo, or visit the latest Bamboo documentation.

This page describes how to configure a PHPUnit task. 

始める前に

  • To use this task, you will need to install PHPUnit and reference the path to your PHP command-line interpreter, (e.g. /usr/bin/phpunit on Ubuntu).


PHPUnit タスクを設定する方法は次のとおりです。

  1. ジョブのタスク設定タブに移動します(新しいプランを作成するとデフォルト ジョブとなります)。
  2. 既存のタスクの名前をクリックするか、[タスクを追加] > [PHPUnit] (または [PHPUnit 3.3.X] などの別のオプション) の順にクリックして新しいタスクを作成します。
  3. タスク設定の更新
     

    タスクの説明Bamboo で表示されるタスクの説明を入力します。
    このタスクを無効化オンまたはオフにすることで、選択的にこのタスクを実行します。
    実行可能ファイルSelect the PHPUnit executable that you wish to configure for this task (e.g. "PHPUnit 3.3.x" or "PHPUnit"). The executable that you select will become one of the task's capability requirements (and hence, one of the job's requirements). For details, please see  Configuring a job's requirements .
    引数Type the name of the directory/files that will be analysed recursively by PHPUnit. The default value is "." (i.e. the working subdirectory, if specified). You must specify at least one argument.
    環境変数(Optional)  Additional system environment variables that you want to pass to your build. Note that existing environment variables are automatically available to the executable. You can also include Bamboo global or build-specific variables (see Using global, plan or build-specific variables).
    Multiple variables should be separated with spaces. Parameters with spaces must be quoted (e.g ANT_OPTS="-Xms200m -Xmx700m").
    Working Sub Directory (Optional)  An alternative subdirectory, relative to the job's root directory, where Bamboo will run the executable. The root directory contains everything checked out from the job's configured source repository. If you leave this field blank, Bamboo will look for build files in the root directory. This option is useful if your task has a build script in a subdirectory and the executable needs to be run from within that subdirectory.
    テスト実行を XML ファイルに記録するSelect if you want PHPUnit to record test results in JUnit format.  (info) This format is also used by TestNG.

    Test Result File  — the relative location, and name, of the file to record PHPUnit test results.
    コード カバレッジ レポートを HTML 形式で生成するPHPUnit に HTML 形式でコード カバレッジ データを生成させるかどうかを選択します (例: PHPUnit HTML コード カバレッジ レポート)。

    HTML コード カバレッジ ディレクトリ — コード カバレッジ レポートを保存するディレクトリの相対的位置。
  4. 保存をクリックします。