/**
  * @test
  */
 public function shouldNotSupportAnythingNotSync()
 {
     $action = new PaymentDetailsSyncAction();
     $this->assertFalse($action->supports(new \stdClass()));
 }