From 88f04274eb90c3d19d94afc75d2b68134a1b80b3 Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Mon, 17 Aug 2015 14:22:32 -0500 Subject: [PATCH] Enabled Skipped Test --- tests/PayPal/Test/Functional/Api/InvoiceFunctionalTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/PayPal/Test/Functional/Api/InvoiceFunctionalTest.php b/tests/PayPal/Test/Functional/Api/InvoiceFunctionalTest.php index bad1f7f..01e889c 100644 --- a/tests/PayPal/Test/Functional/Api/InvoiceFunctionalTest.php +++ b/tests/PayPal/Test/Functional/Api/InvoiceFunctionalTest.php @@ -98,7 +98,6 @@ class InvoiceFunctionalTest extends \PHPUnit_Framework_TestCase */ public function testUpdate($invoice) { - $this->markTestSkipped('Skipped as the fix is on the way. #PPTIPS-1932'); $result = $invoice->update($this->apiContext, $this->mockPayPalRestCall); $this->assertNotNull($result); $this->assertEquals($invoice->getId(), $result->getId());