public function testCreateStub()
 {
     $this->assertInstanceOf(
         'Symfony\Component\Locale\Stub\StubNumberFormatter',
         StubNumberFormatter::create('en', StubNumberFormatter::DECIMAL)
     );
 }