Beispiel #1
0
 /**
  * Test correct contentType is used
  *
  * @return void
  */
 public function testContentType()
 {
     Klarna_Checkout_Order::$contentType = "application/json";
     $this->assertEquals(
         "application/json",
         $this->order->getContentType()
     );
 }