From 5fbcdf06b2cde21676c9dccd9d255f363f5d992f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20HULARD?= Date: Mon, 4 Apr 2016 19:07:25 +0200 Subject: [PATCH] Cleanup comments --- tests/ApiTest.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/ApiTest.php b/tests/ApiTest.php index 7c74d34..a834639 100644 --- a/tests/ApiTest.php +++ b/tests/ApiTest.php @@ -303,9 +303,6 @@ class ApiTest extends \PHPUnit_Framework_TestCase ->withQuery('')); return $request; })); - //$handlerStack->push(Middleware::mapResponse(function (Response $response) { - // return $response; - //})); $api = new Api($this->application_key, $this->application_secret, $this->endpoint, $this->consumer_key, $this->client); $api->get('/me/api/credential?applicationId=49', ['status' => 'pendingValidation']); @@ -331,9 +328,6 @@ class ApiTest extends \PHPUnit_Framework_TestCase ->withQuery('')); return $request; })); - //$handlerStack->push(Middleware::mapResponse(function (Response $response) { - // return $response; - //})); $api = new Api($this->application_key, $this->application_secret, $this->endpoint, $this->consumer_key, $this->client); $api->get('/me/api/credential?applicationId=49&status=pendingValidation', ['status' => 'expired', 'test' => "success"]); @@ -359,9 +353,6 @@ class ApiTest extends \PHPUnit_Framework_TestCase ->withQuery('')); return $request; })); - //$handlerStack->push(Middleware::mapResponse(function (Response $response) { - // return $response; - //})); $api = new Api($this->application_key, $this->application_secret, $this->endpoint, $this->consumer_key, $this->client); $api->get('/me/api/credential', ['dryRun' => true, 'notDryRun' => false]);