From beb68ad3ddc48f9e913815e0e18f11965201f32e Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 13 Aug 2025 10:45:10 +0200 Subject: whitespace :] --- tests/PHPUnit/TestCases/HttpResponseTestCase.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/PHPUnit/TestCases/HttpResponseTestCase.php') diff --git a/tests/PHPUnit/TestCases/HttpResponseTestCase.php b/tests/PHPUnit/TestCases/HttpResponseTestCase.php index 855e594..31dc1d7 100644 --- a/tests/PHPUnit/TestCases/HttpResponseTestCase.php +++ b/tests/PHPUnit/TestCases/HttpResponseTestCase.php @@ -9,14 +9,14 @@ use PHPUnit\Framework\TestCase; class HttpResponseTestCase extends TestCase { protected Client $client; - + protected function setUp(): void { $this->client = new Client([ "base_uri" => "http://localhost:8080", ]); } - + /** * @param array $options */ @@ -28,7 +28,7 @@ class HttpResponseTestCase extends TestCase ["http_errors" => false] + $options ); } - + public function hasJsonBody(Response $response): bool { json_decode((string)$response->getBody()); -- cgit v1.2.3