Skip to content

Commit

Permalink
Merge pull request #69 from php-http/phpunit-update
Browse files Browse the repository at this point in the history
adjust to newer phpunit versions
  • Loading branch information
dbu committed Oct 12, 2020
2 parents 8ecd117 + 724859b commit f0cb980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/HttpClientTestCase.php
Expand Up @@ -109,7 +109,7 @@ protected function createTempFile(): string
/**
* Delete files created with createTempFile
*/
protected function tearDown()
protected function tearDown(): void
{
parent::tearDown();

Expand Down

0 comments on commit f0cb980

Please sign in to comment.