/** * @test */ public function setTelephoneSetsTelephone() { $telephone = '42'; $this->fixture->setTelephone($telephone); $this->assertSame($telephone, $this->fixture->getTelephone()); }