forked from LiveCarta/PayPal-PHP-SDK
Enabled Skipped Test
This commit is contained in:
@@ -98,7 +98,6 @@ class InvoiceFunctionalTest extends \PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
public function testUpdate($invoice)
|
public function testUpdate($invoice)
|
||||||
{
|
{
|
||||||
$this->markTestSkipped('Skipped as the fix is on the way. #PPTIPS-1932');
|
|
||||||
$result = $invoice->update($this->apiContext, $this->mockPayPalRestCall);
|
$result = $invoice->update($this->apiContext, $this->mockPayPalRestCall);
|
||||||
$this->assertNotNull($result);
|
$this->assertNotNull($result);
|
||||||
$this->assertEquals($invoice->getId(), $result->getId());
|
$this->assertEquals($invoice->getId(), $result->getId());
|
||||||
|
|||||||
Reference in New Issue
Block a user