Files
miniapi/vendor/topthink/think-dumper/tests/bootstrap.php
gaofeng 81ade70944 提交
2026-06-17 09:23:18 +08:00

14 lines
198 B
PHP

<?php
$app = new \think\App();
$app->config->set([
'default' => 'file',
'stores' => [
'file' => [
'type' => 'File',
],
],
], 'cache');
$app->initialize();