/**
  * @param Event $event
  */
 public function moveFile(Event $event)
 {
     $this->manipulator->moveAutoloadPsr4();
 }
 /**
  * Test to move the autoload PSR4
  */
 public function testMoveAutoloadPsr4()
 {
     $isRename = $this->autoloadManipulator->moveAutoloadPsr4();
     $this->assertTrue($isRename);
 }