Example #1
0
 /**
  * @covers \Magento\Braintree\Model\Adminhtml\System\Config\Country::isCountryRestricted
  * @param string $countryId
  * @dataProvider countryDataProvider
  */
 public function testIsCountryRestricted($countryId)
 {
     static::assertTrue($this->model->isCountryRestricted($countryId));
 }