protected function getFixtureFileContents($filepath)
 {
     $fixturePath = FileSystemUtil::getTestFixturesPath();
     return FileSystemUtil::readFile($fixturePath . '/' . $filepath)->getContents();
 }