We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f464fac commit cfbc04dCopy full SHA for cfbc04d
1 file changed
tests/system/HTTP/SiteURITest.php
@@ -62,7 +62,7 @@ public function testConstructor(
62
63
public function provideConstructor(): iterable
64
{
65
- return array_merge($this->provideURIs(), $this->provideRelativePathWithQueryOrFragment());
+ return array_merge($this->provideSetPath(), $this->provideRelativePathWithQueryOrFragment());
66
}
67
68
public function provideSetPath(): iterable
0 commit comments