当我在我的项目上运行phpunit时,我输出了一个奇怪的输出。 我的队友没有这个问题。
我在Ubuntu,php 5.5上,我已经安装了phpunit 4.1 tot composer。
这是我得到的:
$ phpunit
PHPUnit 4.1.0 by Sebastian Bergmann.
Configuration read from /home/gb/www/phpunit.xml
................................................
.
.
............. 63 / 473 ( 13%)
............................................................... 126 / 473 ( 26%)
............................................................... 189 / 473 ( 39%)
............................................................... 252 / 473 ( 53%)
.................................................
.............. 315 / 473 ( 66%)
............................................................... 378 / 473 ( 79%)
............................................................... 441 / 473 ( 93%)
.
.
..............................
它不是很重要但很烦人。
有什么想法吗?