PHPUnit :: get message: OK,但不完整或跳过测试!没有任何信息发生在哪里

2022-01-25 00:00:00 php phpunit

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.

相关文章