Fix tests

This commit is contained in:
Ismo Vuorinen
2022-02-10 16:38:14 +02:00
parent 03813311ac
commit dfea8a7736

View File

@@ -199,7 +199,7 @@ class CurlyMethodsTest extends TestCase
/** /**
* @throws \ivuorinen\Curly\Exceptions\HTTPException * @throws \ivuorinen\Curly\Exceptions\HTTPException
*/ */
protected function setUp() protected function setUp() : void
{ {
parent::setUp(); parent::setUp();
$this->curly = new Curly; $this->curly = new Curly;