Exemplo n.º 1
0
 public function testRenderLocalParamsWithoutParams()
 {
     $this->assertEquals('myValue', $this->_builder->renderLocalParams('myValue'));
 }
Exemplo n.º 2
0
 public function testAttribWithString()
 {
     $this->assertEquals(' myattrib="myvalue"', $this->builder->attrib('myattrib', 'myvalue'));
 }