From 359ccbc023ce134c828a620fb6f7e70e886e5e44 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 9 Feb 2018 13:19:39 +0100 Subject: Adjust integration tests to new guzzle Signed-off-by: Robin Appelman --- build/integration/features/bootstrap/CommandLine.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build/integration/features/bootstrap/CommandLine.php') diff --git a/build/integration/features/bootstrap/CommandLine.php b/build/integration/features/bootstrap/CommandLine.php index 2c717e7f5ed..c6fd232ac9c 100644 --- a/build/integration/features/bootstrap/CommandLine.php +++ b/build/integration/features/bootstrap/CommandLine.php @@ -59,8 +59,7 @@ trait CommandLine { // Clean opcode cache $client = new GuzzleHttp\Client(); - $request = $client->createRequest('GET', 'http://localhost:8080/apps/testing/clean_opcode_cache.php'); - $client->send($request); + $client->request('GET', 'http://localhost:8080/apps/testing/clean_opcode_cache.php'); return $this->lastCode; } -- cgit v1.2.3