request = new CIMGetProfileRequest($this->getHttpClient(), $this->getHttpRequest()); $this->request->initialize( array( 'customerProfileId' => '28775801', ) ); } public function testGetData() { $data = $this->request->getData(); $this->assertEquals('28775801', $data->customerProfileId); } }