razesoldier/junit-log-parser

dev-master 2018-12-30 07:30 UTC

This package is auto-updated.

Last update: 2024-04-29 03:38:49 UTC


README

JUnit log parser

What can this do?

JUnitLogParser is written by PHP. It can be used to parse logs generated by PHPUnit.

Compatibility

PHP

JUnitLogParser requires PHP 7.0+.

System

JUnitLogParser is well tested only on linux systems, other systems (like: Windows) do not guarantee normal operation.

Features

  • Get test results for any test suite

Usage

composer require razesoldier/junit-log-parser

The entry for JUnitLogParser is RazeSoldier\JUnitLogParser\Parser, the interface are here.