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