Пример #1
0
 /**
  * @test
  */
 public function setTelephoneSetsTelephone()
 {
     $telephone = '42';
     $this->fixture->setTelephone($telephone);
     $this->assertSame($telephone, $this->fixture->getTelephone());
 }