public function test__set() { // this will call __set $this->form->method = 'methodname'; $this->assertEqual('methodname', $this->form->getMethod()); }