Skip to content

Commit d33183e

Browse files
committed
Fixing broken tests
1 parent feb7b0b commit d33183e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require-dev": {
1919
"friendsofphp/php-cs-fixer": "^2.2",
20-
"php-http/client-integration-tests": "dev-master",
20+
"php-http/client-integration-tests": "^3.0",
2121
"php-http/message": "^1.0",
2222
"php-http/client-common": "^2.0"
2323
},

tests/BaseTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function stopServer($name)
2828
}
2929
}
3030

31-
public function tearDown()
31+
public function tearDown(): void
3232
{
3333
foreach (array_keys($this->servers) as $name) {
3434
$this->stopServer($name);

0 commit comments

Comments
 (0)