예제 #1
0
 /**
  * @dataProvider formatTypeInt64WithCurrencyStyleProvider
  * @expectedException \Symfony\Component\Intl\Exception\NotImplementedException
  */
 public function testFormatTypeInt64WithCurrencyStyle($formatter, $value, $expected)
 {
     parent::testFormatTypeInt64WithCurrencyStyle($formatter, $value, $expected);
 }