Beispiel #1
0
 /**
  * @test
  */
 public function setStreetSetsStreet()
 {
     $street = 'street';
     $this->address->setStreet($street);
     $this->assertSame($street, $this->address->getStreet());
 }