public function testCreate()
 {
     $this->assertInstanceOf('\\Symfony\\Component\\Intl\\NumberFormatter\\NumberFormatter', NumberFormatter::create('en', NumberFormatter::DECIMAL));
 }