public function parseQuarterProvider()
 {
     return $this->notImplemented(parent::parseQuarterProvider());
 }
Example #2
0
 /**
  * It seems IntlDateFormatter caches the timezone id when not explicitly set via constructor or by the
  * setTimeZoneId() method. Since testFormatWithDefaultTimezoneIntl() runs using the default environment
  * time zone, this test would use it too if not running in a separated process.
  *
  * @runInSeparateProcess
  * @preserveGlobalState disabled
  */
 public function testFormatWithTimezoneFromEnvironmentVariable()
 {
     parent::testFormatWithTimezoneFromEnvironmentVariable();
 }
 protected function setUp()
 {
     IntlTestHelper::requireFullIntl($this, false);
     parent::setUp();
 }