public function testCreateProductionClassFilename()
 {
     foreach ($this->cases as $expected => $input) {
         $this->assertEquals($this->nameTools->createProductionClassFilename(self::FAKE_SRC . $input), self::FAKE_SRC . $expected);
     }
 }