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