setContainer($this->getContainer()) ->setAppData(new AppData(AppData::OVERSEAS_ENDPOINT, 'appKey', 'helloworld')) ->build(); self::assertInstanceOf(TopClient::class, $client); self::assertInstanceOf(ServiceLocator::class, $client->getServiceLocator()); } }