예제 #1
0
 /**
  * @test
  */
 public function setPhoneSetsPhone()
 {
     $phone = 'phone';
     $this->address->setPhone($phone);
     $this->assertSame($phone, $this->address->getPhone());
 }