public function testRenderLocalParamsWithoutParams()
 {
     $this->assertEquals('myValue', $this->_builder->renderLocalParams('myValue'));
 }
 public function testAttribWithString()
 {
     $this->assertEquals(' myattrib="myvalue"', $this->builder->attrib('myattrib', 'myvalue'));
 }