Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Test.resultsHtml

$t.resultsHtml() -> HtmlString

Description

Get an HTML block with the formatted test results.

$t = Test()

// ... run tests ...

Output.sendHtml($t.resultsHtml())