wechatOrderCron = app(WechatOrderCron::class); } #[Test] public function orderShipping() { $this->wechatOrderCron->orderShipping(); } #[Test] public function orderExpire() { $this->wechatOrderCron->orderExpire(); } }