Exemplo 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']);
 }
Exemplo n.º 2
0
 protected function setUp()
 {
     parent::setUp();
     IntlTestHelper::setIntlStatus($this);
     $this->mockApplication(['timeZone' => 'UTC', 'language' => 'ru-RU']);
 }