We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af4f22 commit 7346315Copy full SHA for 7346315
tests/Elasticsearch/Tests/ClientBuilderTest.php
@@ -183,14 +183,14 @@ public function getCloudIdExamples()
183
/**
184
* @dataProvider getCloudIdExamples
185
*/
186
- public function testSetCloudIdWithExplicitPortOnlyES_UUID(string $cloudId, string $url)
+ public function testSetCloudIdWithExplicitPortOnlyEsUuid(string $cloudId, string $url)
187
{
188
$client = ClientBuilder::create()
189
->setElasticCloudId($cloudId)
190
->build();
191
192
$connection = $client->transport->getConnection();
193
-
+
194
$this->assertEquals($url, $connection->getHost());
195
}
196
0 commit comments