--TEST--
phpunit --testdox-xml php://stdout StatusTest ../_files/StatusTest.php
--FILE--
Time: %s, Memory: %s
There was 1 error:
1) StatusTest::testError
Exception:%s
%s/StatusTest.php:%d
--
There was 1 warning:
1) StatusTest::testWarning
%s/StatusTest.php:%d
--
There was 1 failure:
1) StatusTest::testFailure
Failed asserting that false is true.
%s/StatusTest.php:%d
ERRORS!
Tests: 7, Assertions: 2, Errors: 1, Failures: 1, Warnings: 1, Skipped: 1, Incomplete: 1, Risky: 1.