update to 2.5.0-b1 (build 408)

This commit is contained in:
jerry
2021-06-16 00:17:30 +08:00
parent 59d614a24e
commit 4ee16d4fc6
92 changed files with 2286 additions and 1342 deletions

13
test/bootstrap.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
/**
* @since 2.5
*/
set_coroutine_params([]);
// 模拟define
chdir(__DIR__.'/../');
define("WORKING_DIR", getcwd());
define("SOURCE_ROOT_DIR", WORKING_DIR);
define("LOAD_MODE", 0);
define("FRAMEWORK_ROOT_DIR", realpath(__DIR__ . "/../"));