public static function setUpBeforeClass()
 {
     $dir = __DIR__ . '/../../compiled';
     self::$defaultRuntime = new AstRuntime();
     self::$compilerRuntime = new CompilerRuntime($dir);
     array_map('unlink', glob($dir . '/jmespath_*.php'));
 }
Пример #2
0
 public static function setUpBeforeClass()
 {
     self::$path = __DIR__ . '/../../compiled';
     array_map('unlink', glob(self::$path . '/jmespath_*.php'));
 }