You can check the status of each Unit Test in PHP using single character output.
For each test run, the PHPUnit command-line tool prints one character to indicate result(status) of each test,
.
Successful Test indicated dot.
F
When an assertion Fails while running the test method.
E
When an Error occurs while running the test method.
R
When the test has been marked as risky (Risky Tests).
S
When the test has been skipped (Skipped Tests).
I
When the test is marked as Incomplete Tests. Incomplete test