예제 #1
0
 /**
  * @dataProvider formatTypeDoubleWithCurrencyStyleProvider
  * @expectedException \Symfony\Component\Intl\Exception\NotImplementedException
  */
 public function testFormatTypeDoubleWithCurrencyStyle($formatter, $value, $expected)
 {
     parent::testFormatTypeDoubleWithCurrencyStyle($formatter, $value, $expected);
 }
예제 #2
0
 protected function setUp()
 {
     IntlTestHelper::requireFullIntl($this);
     parent::setUp();
 }
예제 #3
0
 public function testGetTextAttribute()
 {
     IntlTestHelper::requireFullIntl($this);
     parent::testGetTextAttribute();
 }
예제 #4
0
 /**
  * @expectedException \Symfony\Component\Intl\Exception\MethodArgumentNotImplementedException
  */
 public function testParseWithNotNullPositionValue()
 {
     parent::testParseWithNotNullPositionValue();
 }