【问题标题】:Running ant with phpunit crashes使用 phpunit 运行 ant 崩溃
【发布时间】:2016-12-08 12:52:10
【问题描述】:

我正在尝试同时使用 ant 和 phpunit,但我收到一个错误,即 phpunit 已崩溃但构建成功。这是一个流明框架

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

【问题讨论】:

    标签: laravel ant phpunit lumen


    【解决方案1】:

    实际上,我们可以在没有ant 和单独使用phpunit 的情况下做到这一点。

    我们只需要运行phpunit --coverage-textphpunit --coverage-html &lt;dir&gt;

    【讨论】:

      猜你喜欢
      • 2013-04-15
      • 2013-09-17
      • 2015-07-24
      • 1970-01-01
      • 1970-01-01
      • 2018-12-28
      • 1970-01-01
      • 2017-09-07
      • 1970-01-01
      相关资源
      最近更新 更多