JUnitReportTransformer
in package
Read onlyYes
FinalYes
Wraps operation data in a stable XML envelope and transforms it to JUnit.
Table of Contents
Methods
- __construct() : mixed
- transformError() : DOMDocument
- transformResult() : DOMDocument
Methods
__construct()
public
__construct([string|null $stylesheetPath = null ]) : mixed
Parameters
- $stylesheetPath : string|null = null
transformError()
public
transformError(OperationMetadata $metadata, ReportError $error) : DOMDocument
Parameters
- $metadata : OperationMetadata
- $error : ReportError
Return values
DOMDocumenttransformResult()
public
transformResult(DOMDocument $source, OperationMetadata $metadata) : DOMDocument
Parameters
- $source : DOMDocument
- $metadata : OperationMetadata