PHPUnit :: get message: OK,但不完整或跳过测试!没有任何信息发生在哪里
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.
相关文章