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