markTestSkipped("Need an approved Order ID to execute this test."); $request = new OrdersCaptureRequest('ORDER-ID'); $client = TestHarness::client(); $response = $client->execute($request); $this->assertEquals(201, $response->statusCode); $this->assertNotNull($response->result); } }