We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289a597 commit 715f6d4Copy full SHA for 715f6d4
tests/Units/ConfigurationTest.php
@@ -201,7 +201,7 @@ public static function invalidTargetUrlProvider(): array
201
public function testSetInvalidTargetTimeout(string $timeout): void
202
{
203
$this->expectException(VoltTestException::class);
204
- $this->config->setTarget('http://example.com', $timeout);
+ $this->config->setTarget($timeout);
205
}
206
207
public static function invalidTargetTimeoutProvider(): array
0 commit comments