forked from LiveCarta/PayPal-PHP-SDK
[PSR] Fixed Samples
- Using `php-cs-fixer` tool.
This commit is contained in:
@@ -96,7 +96,6 @@ class WebProfileFunctionalTest extends \PHPUnit_Framework_TestCase
|
||||
$this->assertEquals($this->operation['response']['body'][0]['presentation']['logo_image'], $foundObject->getPresentation()->getLogoImage());
|
||||
$this->assertEquals($this->operation['response']['body'][0]['input_fields']['no_shipping'], $foundObject->getInputFields()->getNoShipping());
|
||||
$this->assertEquals($this->operation['response']['body'][0]['input_fields']['address_override'], $foundObject->getInputFields()->getAddressOverride());
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -145,5 +144,4 @@ class WebProfileFunctionalTest extends \PHPUnit_Framework_TestCase
|
||||
$result = $webProfile->delete($this->apiContext, $this->mockPayPalRestCall);
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user