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