public function testSetAttribute() { $this->form->setAttribute('myAttribute', true); // via getter - returns string $this->assertEqual(true, $this->form->getAttribute('myAttribute')); }