2016-08-03 2 views
0

antとphpunitを一緒に使用しようとしていますが、phpunitがクラッシュしたのにビルドに失敗したというエラーが表示されます。これは実際に、私たちはantせずに単独でphpunitでこれを行うことができ、内腔の枠組みphpunitクラッシュによるantの実行

MacBook-Pro:test-api test$ ant phpunit 
Buildfile: /Users/test/Code/test-api/build.xml 

phpunit: 
    [exec] 
    [exec] Running phpunit in 4 processes with /Users/test/Code/test-api/vendor/bin/phpunit 
    [exec] 
    [exec] Configuration read from /Users/test/Code/test-api/phpunit.xml 
    [exec] 
    [exec] 
    [exec] 
    [exec] [RuntimeException] 
    [exec] Coverage file /private/var/folders/jp/qjjd9lr50z74kbj_gwcc3bsr0000gn/T/CV_LaTe66 is empty. This means a PHPUnit process has crashed. 
    [exec] 
    [exec] 
    [exec] paratest [-p|--processes PROCESSES] [-f|--functional] [--no-test-tokens] [-h|--help] [--coverage-clover COVERAGE-CLOVER] [--coverage-html COVERAGE-HTML] [--coverage-php COVERAGE-PHP] [-m|--max-batch-size MAX-BATCH-SIZE] [--filter FILTER] [--whitelist WHITELIST] [--phpunit PHPUNIT] [--runner RUNNER] [--bootstrap BOOTSTRAP] [-c|--configuration CONFIGURATION] [-g|--group GROUP] [--exclude-group EXCLUDE-GROUP] [--stop-on-failure] [--log-junit LOG-JUNIT] [--colors] [--testsuite [TESTSUITE]] [--path PATH] [--] [<path>] 
    [exec] 
    [exec] Result: 1 

BUILD SUCCESSFUL 
Total time: 1 second 

答えて

0

です。

実行する必要があります。phpunit --coverage-textまたはphpunit --coverage-html <dir>

関連する問題