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 563f796 commit 8321a22Copy full SHA for 8321a22
tests/MultipleRequestsTest.php
@@ -18,7 +18,7 @@ public function testParallel()
18
);
19
20
$this->assertCount(3, $infos);
21
- $this->assertEquals('https://oscarotero.com/', $infos[0]->url);
+ $this->assertEquals('https://oscarotero.com/en/', (string) $infos[0]->url);
22
$this->assertEquals('Óscar Otero - Web designer and developer', $infos[0]->title);
23
24
$this->assertEquals('https://github.com/oscarotero', $infos[1]->url);
0 commit comments