public function testCompletion()
 {
     $customer = new CustomerIpStrategy();
     $customer->autocomplete($order = new Order(), $this->configuration);
     $this->assertEquals('REMOTE_ADDR', $order->getCustomerIp());
 }