Files
pftt2/conf/task/code_coverage.groovy
Matt Ficken 49a25d28ec conf changes
Former-commit-id: 17bc5740700d8e3f943a766d866a058c14be6946
2013-09-12 15:15:20 -07:00

17 lines
379 B
Groovy

def describe() {
"""Monitor and report PHP code coverage using Xdebug (Dynamic Run-Time Analysis).
ANSWERS How much of application was tested?
"""
}
def scenarios() {
// @see PhpUnitTemplate#renderTemplate
// -it will now collect the code coverage data
// -and the test case runner will provide it to the test-pack which will store it
//
new XDebugScenario()
}