Exemplo n.º 1
0
 public function testBoolAttribWithBool()
 {
     $this->assertEquals(' myattrib="false"', $this->builder->boolAttrib('myattrib', false));
 }