/** * @test */ public function setWwwSetsWww() { $www = 'foo.bar'; $this->fixture->setWww($www); $this->assertSame($www, $this->fixture->getWww()); }