PHPUnit :: get message:好的,但不完整或跳过测试! 没有任何信息发生的地方

Get message:

OK, but incomplete or skipped tests!

without any information where is happen. Only the: ..I........

How can i find where is the problem?

Thanks

The output indicates that your third test case is incomplete. Try running phpunit with the --verbose flag to output more information.