Implementation of an alternative PHPUnit plugin:
- Reformat the error output. - Display collapsed trace in the Information tab widget. - Handle incomplete tests in the results. - Unit tests for all new classes. - Display raw phpunit output.
This commit is contained in:
parent
435a169589
commit
c32a520b91
13 changed files with 1385 additions and 4 deletions
10
tests/PHPCensor/Plugin/SampleFiles/invalid_format.txt
Normal file
10
tests/PHPCensor/Plugin/SampleFiles/invalid_format.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"event": "suiteStart",
|
||||
"suite": "Money Test Suite",
|
||||
"tests": 61
|
||||
}
|
||||
{
|
||||
"event": "suiteStart",
|
||||
"suite": "Tests\\Money\\MoneyTest",
|
||||
"tests": 15
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue