Transform a PHPUnit xml report using XSLT.
This transformation generates an html report in either framed or non-framed style. The non-framed style is convenient to have a concise report via mail, the framed report is much more convenient if you want to browse into different packages or testcases since it is a Javadoc like report.
author |
Michiel Rook mrook@php.net |
---|---|
version |
$Id: b88d6fa4ca4717177b562a0475c81d92c161d9b4 $ |
package |
phing.tasks.ext.phpunit |
since | 2.1.0 |
setInFile(\PhingFile $inFile)
setFormat($format)
setStyleDir($styleDir)
setToDir(\PhingFile $toDir)
setUseSortTable(boolean $useSortTable)
boolean
getStyleSheet()
transform(\DOMDocument $document)
\DOMDocument
fixDocument(\DOMDocument $document)
\DOMDocument
init()
Should throw a BuildException if something goes wrong with the build
This is abstract here, but may not be overloaded by subclasses.
throws |
---|
main()
Should throw a BuildException if someting goes wrong with the build
This is abstract here. Must be overloaded by real tasks.
setOwningTarget(\Target $target)
getOwningTarget() : \Target
getTaskName() : string
string
Name of this task
setTaskName(string $name) : string
string
string
A string representing the name of this task for log
getTaskType() : string
string
The type of this task (XML Tag)
setTaskType($name)
getRegisterSlot(string $slotName)
string
log(string $msg, integer $level = \Project::MSG_INFO)
string
The message to be logged.
integer
The message's priority at this message should have
setDescription(string $desc)
string
The text describing the task
getDescription() : string
string
The text description of the task
getLocation() : \Location
setLocation(\Location $location)
getRuntimeConfigurableWrapper() : \RuntimeConfigurable
setRuntimeConfigurableWrapper(\RuntimeConfigurable $wrapper)
maybeConfigure()
perform()
setProject(\Project $project)
getProject() : \Project
format :
styleDir :
toDir :
useSortTable : boolean
var |
---|
boolean
inFile :
description : string
var |
---|
string
taskType : string
var |
---|
string
taskName : string
var |
---|
string
project : \Project