PHPUnit :: get message: OK, but incomplete or skipped tests! without any information where is happen

Viewed 13884

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 Answers

My one test had this:

$this->markTestSkipped();

Hence it was skipped.

Related