mirror of
https://github.com/ivuorinen/curly.git
synced 2026-02-15 23:49:14 +00:00
Fix tests
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user