Changeset 23592 for branches


Ignore:
Timestamp:
2014/08/15 17:23:04 (10 years ago)
Author:
kimoto
Message:

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

jenkinsのPostgresだけ落ちたので再コミット

File:
1 edited

Legend:

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

    r23591 r23592  
    66  </target> 
    77 
    8   <target name="test"> 
     8  <target name="test" description="Run unit tests with PHPUnit"> 
    99    <delete> 
    1010      <fileset dir="data/cache"> 
     
    1414    <delete dir="reports" includeemptydirs="true" /> 
    1515    <mkdir dir="reports/coverage" /> 
    16     <exec dir="." 
    17       output="reports/stdout.log" 
    18       error="reports/stderr.log" 
    19       command="phpunit -c phpunit.xml.dist" /> 
     16    <exec executable="phpunit" failonerror="true"/> 
    2017  </target> 
    2118  <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.