function testNormalizer()
 {
     $this->assertEquals($this->expected, FilesNormalizer::normalize($this->given));
 }