Esempio n. 1
0
 protected function setUp()
 {
     parent::setUp();
     IntlTestHelper::setIntlStatus($this);
     $this->mockApplication(['timeZone' => 'UTC', 'language' => 'ru-RU']);
     $this->formatter = new Formatter(['locale' => 'en-US']);
 }
Esempio n. 2
0
 protected function setUp()
 {
     parent::setUp();
     IntlTestHelper::setIntlStatus($this);
     $this->mockApplication(['timeZone' => 'UTC', 'language' => 'ru-RU']);
 }