/**
  * @BeforeSuite
  */
 public static function bootstrapApp()
 {
     self::$app = (require __DIR__ . '/../../app/app.php');
 }