예제 #1
0
 /**
  * @testdox Allows setting multi job locations
  * @covers Jobs\Entity\Job::getLocations
  * @covers Jobs\Entity\Job::setLocations
  */
 public function testGetLocationsWithoutSetting()
 {
     $arrayCollection = new ArrayCollection();
     $this->assertEquals($arrayCollection, $this->target->getLocations());
 }