public function testBoolAttribWithBool()
 {
     $this->assertEquals(' myattrib="false"', $this->builder->boolAttrib('myattrib', false));
 }