19 require_once(__DIR__ . 
"/TestComponent.php");
    20 require_once(__DIR__ . 
"/../Base.php");
    31         $html = $renderer->render($c1);
    32         $this->assertEquals(
"foo", $html);
    39         $html = $renderer->renderAsync($c1);
    40         $this->assertEquals(
"foo", $html);
    47         $renderer->manipulate();
    48         $html = $renderer->render($c1);
    49         $this->assertEquals(
"This content was manipulated", $html);
 getDefaultRenderer(JavaScriptBinding $js_binding=null, array $with_stub_renderings=[])
 
getDecoratedRenderer(Renderer $default)
 
Provides common functionality for UI tests. 
 
testRenderWithManipulation()