public function testUpdateArticleSourceLocaleNoId() { $this->assertEndpointCalled(function () { $this->client->helpCenter->articles(1)->updateSourceLocale(null, 'fr'); }, 'help_center/articles/1/source_locale.json', 'PUT', ['postFields' => ['article_locale' => 'fr']]); }