Skip to content

Commit

Permalink
return type added to test
Browse files Browse the repository at this point in the history
  • Loading branch information
sawon authored and sawon committed Nov 7, 2022
1 parent 3d2c94f commit 1999419
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/app/tests/Lib/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,9 @@ public function testProtocolVersion(): void
$this->assertEquals(1.1, $response->getProtocolVersion());
}

public function testContent()
public function testContent(): void
{
$response = new Response();
$this->assertNull($response->getContent());
}

}

0 comments on commit 1999419

Please sign in to comment.