Пример #1
0
 /**
  * @static
  * @BeforeSuite
  */
 public static function bootstrapSilex()
 {
     if (!self::$app) {
         self::$app = (require __DIR__ . '/../../app/bootstrap.php');
     }
     return self::$app;
 }
Пример #2
0
 /**
  * @BeforeSuite
  */
 public static function bootstrapApp()
 {
     self::$app = (require __DIR__ . '/../../bootstrap.php');
 }