getLabels()['sdk']; $this->assertSame([AuthType::ADMIN, AuthType::KEY], $method->getAuth()); } public static function advisorActionsProvider(): array { return [ 'get report' => [new GetReport()], 'list reports' => [new ListReports()], 'delete report' => [new DeleteReport()], 'get insight' => [new GetInsight()], 'list insights' => [new ListInsights()], ]; } }