public function setUp()
 {
     parent::SetUp();
     $this->generator = new Generator();
     $this->fileLocation = $this->generator->getStaticPathLocation();
 }