protected function setUp()
 {
     parent::setUp();
     $this->dataProvider = new ScriptDataProvider($this->getDataDirectory() . '/' . Intl::SCRIPT_DIR, $this->createEntryReader());
 }
 protected function setUp()
 {
     parent::setUp();
     $this->dataProvider = new LanguageDataProvider($this->getDataDirectory() . '/' . Intl::LANGUAGE_DIR, $this->createEntryReader());
 }
コード例 #3
0
 protected function setUp()
 {
     parent::setUp();
     $this->dataProvider = new CurrencyDataProvider($this->getDataDirectory() . '/' . Intl::CURRENCY_DIR, $this->createEntryReader());
 }
コード例 #4
0
 protected function setUp()
 {
     parent::setUp();
     $this->dataProvider = new RegionDataProvider($this->getDataDirectory() . '/' . Intl::REGION_DIR, $this->createEntryReader());
 }