/**
  * This method is called before the first test of this test class is run.
  *
  * @since Method available since Release 3.4.0
  */
 public static function setUpBeforeClass()
 {
     self::$config = json_decode(file_get_contents(dirname(__DIR__) . '/config.test.json'), true);
 }