Пример #1
0
 /**
  * @dataProvider getCountries
  */
 public function testCountry($country)
 {
     $this->assertSame($this->entity, $this->entity->setCountry($country));
     $this->assertSame($country, $this->entity->getCountry());
 }