Beispiel #1
0
function test_astext()
{
    $wplan = new WPlan(getTestInput());
    return WPlan_HtmlRenderer::asHtml($wplan, FALSE);
}