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.
i had an echo call in a test that passed without any assertions. The test passed, after removing the echo. (didn't get any info upon passing --verbose to the test runner)