Example #1
0
 /**
  * @test
  */
 public function setLocationSetsLocation()
 {
     $location = new \DERHANSEN\SfEventMgt\Domain\Model\Location();
     $this->subject->setLocation($location);
     $this->assertAttributeEquals($location, 'location', $this->subject);
 }