/** * Test description. * * @return void */ public function testSetHostCorrect() { $expected = 'EXAMPLE_HOST'; $this->assertSame($this->browser, $this->browser->setHost($expected)); $this->assertSame($expected, $this->browser->getHost()); }