expectException(ClientException::class); $this->expectExceptionMessageMatches('/May not yet support product/'); AlibabaCloud::Ecs(); } public function tearDown(): void { AlibabaCloud::flush(); } }