/**
  * @test
  */
 public function setExpressCheckoutTest()
 {
     $setEc = new SetExpressCheckout();
     $response = $setEc->setEC();
     $this->assertNotNull($response->Token);
 }