Ignore:
Timestamp:
2014/08/15 16:53:08 (10 years ago)
Author:
kimoto
Message:

#150 ユニットテスト環境の整備

phpunit.xml.distは環境に依存しないので1ファイルに統一

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/build.xml

    r23400 r23591  
    44  <target name="prepare-jenkins"> 
    55    <copy overwrite="true" file="data/config/config.php.jenkins" tofile="data/config/config.php"/> 
    6     <copy overwrite="true" file="tests/phpunit.xml.jenkins" tofile="tests/phpunit.xml"/> 
    76  </target> 
    87 
     
    1817      output="reports/stdout.log" 
    1918      error="reports/stderr.log" 
    20       command="phpunit --log-tap reports/tap.log 
    21                --log-junit reports/unitreport.xml 
    22                        --coverage-html reports/coverage 
    23                        --coverage-clover reports/coverage/coverage.xml 
    24                        --configuration tests/phpunit.xml 
    25                        tests/" /> 
     19      command="phpunit -c phpunit.xml.dist" /> 
    2620  </target> 
    2721  <target name="checkstyle" description="Find coding standard violations using PHP_CodeSniffer creating a log file for the continuous integration server"> 
Note: See TracChangeset for help on using the changeset viewer.