From dfea8a77361df75debeb1257335e1673e9bcf7bc Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 10 Feb 2022 16:38:14 +0200 Subject: [PATCH] Fix tests --- tests/CurlyMethodsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CurlyMethodsTest.php b/tests/CurlyMethodsTest.php index f92aa86..eed3d49 100644 --- a/tests/CurlyMethodsTest.php +++ b/tests/CurlyMethodsTest.php @@ -199,7 +199,7 @@ class CurlyMethodsTest extends TestCase /** * @throws \ivuorinen\Curly\Exceptions\HTTPException */ - protected function setUp() + protected function setUp() : void { parent::setUp(); $this->curly = new Curly;