tags:

views:

14

answers:

1

Hi,

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

+2  A: 

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

Ryan Chouinard
Thank you very much, its helps
Yosef