/**
  * This method is called before the first test of this test class is run.
  */
 public static function setUpBeforeClass()
 {
     self::$dataFileFixturesHelper = new DataFileFixturesHelper();
     self::$dataFileFixturesHelper->setDataFormat(self::DATA_FORMAT_YAML);
 }