info('开始测试皮肤系统...'); try { $test = new SkinSystemTest(); $test->runAllTests(); $this->info('皮肤系统测试完成!'); return 0; } catch (\Exception $e) { $this->error('测试过程中发生错误: ' . $e->getMessage()); return 1; } } }