/** * @test */ public function setCountryForCountrySetsCountry() { $countryFixture = new \MUM\BjrFreizeit\Domain\Model\Country(); $this->subject->setCountry($countryFixture); $this->assertAttributeEquals($countryFixture, 'country', $this->subject); }