/**
  * @param $parts
  * @dataProvider identifierPartsProvider
  */
 public function testFormatUpperHyphenWithAcronyms($parts)
 {
     $this->assertSame('An-Identifier1-ACRNM', Formatter::formatUpperHyphenWithAcronyms($parts));
 }