We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578b247 commit 597f09dCopy full SHA for 597f09d
tests/AbstractDriverTest.php
@@ -36,7 +36,7 @@ abstract class AbstractDriverTest extends PHPUnit
36
37
public function testSimple(): void
38
{
39
- $url = 'http://www.mocky.io/v2/579b43a91100006f1bcb7734';
+ $url = 'https://run.mocky.io/v3/92e40ef8-6328-4b8e-af3c-9a26c72abd3c';
40
$result = $this->getClient()->request($url);
41
42
isSame(200, $result->code);
0 commit comments