/**
  * @param $parts
  * @dataProvider identifierPartsWithCapsProvider
  */
 public function testFormatUpperUnderscore($parts)
 {
     $this->assertSame('An_Identifier1_Acrnm', Formatter::formatUpperUnderscore($parts));
 }