phpci/PHPCI/Plugin/Util
Adirelle 9d4116e3c9 Reworked TapParser to be compliant and more robust.
Added another test case from #571.

Updated the output of TapParser::processTestLine.

Broke TapParser::parse down in simpler methods.

TapParser: ignore leading garbage and properly complain on missing TAP log.

TapParser: detect and report duplicated TAP log.

TapParser: got rid of the "test" and "suite" values.

They are only available with PHPUnit.

TapParser: append the message from yaml diagnostic to existing message.

Reworked the dispaly of test results.

PHPUnit plugin: pretty print test data.
2015-04-09 12:00:10 +02:00
..
ComposerPluginInformation.php Lots of cleanup. 2015-02-12 14:11:58 +00:00
Executor.php Fixing PHPCS errors. 2015-02-26 08:45:42 +00:00
Factory.php Adding support for commenting on Github diffs. 2015-02-23 13:40:34 +00:00
FilesPluginInformation.php Fixing PHPCS errors. 2015-02-26 08:45:42 +00:00
InstalledPluginInformation.php Adding Docblocks throughout the project and lowering the missing docblock limit in phpci.yml to zero. 2014-12-08 14:12:01 +00:00
PluginInformationCollection.php Adding Docblocks throughout the project and lowering the missing docblock limit in phpci.yml to zero. 2014-12-08 14:12:01 +00:00
TapParser.php Reworked TapParser to be compliant and more robust. 2015-04-09 12:00:10 +02:00