Extends
lithium\test\UnitSource
public function testInstantiationWithNoContext() {
$this->helper = new MockHelper();
$result = $this->helper->testRender(null, "foo {:bar}", array('bar' => 'baz'));
$this->assertEqual("foo baz", $result);
}