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