/**
  * @param $parts
  * @dataProvider identifierPartsProvider
  */
 public function testFormatUpperUnderscoreWithAcronyms($parts)
 {
     $this->assertSame('An_Identifier1_ACRNM', Formatter::formatUpperUnderscoreWithAcronyms($parts));
 }