提交的内容

This commit is contained in:
2025-05-12 15:45:02 +08:00
parent 629c4750da
commit b48c692775
3043 changed files with 34732 additions and 60810 deletions

1
vendor/topthink/framework/tests/AppTest.php vendored Executable file → Normal file
View File

@ -148,6 +148,7 @@ class AppTest extends TestCase
$env->shouldReceive('load')->once()->with($rootPath . '.env');
$env->shouldReceive('get')->once()->with('config_ext', '.php')->andReturn('.php');
$env->shouldReceive('get')->once()->with('app_debug')->andReturn($debug);
$env->shouldReceive('get')->once()->with('env_name', '')->andReturn('');
$event = m::mock(Event::class);
$event->shouldReceive('trigger')->once()->with(AppInit::class);