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