'value'], ); $this->assertSame('https', $replace->scheme()); $this->assertSame('example.com', $replace->hostname()); $this->assertSame('/path', $replace->path()); $this->assertSame(443, $replace->port()); $this->assertSame(['param' => 'value'], $replace->parameters()); } }