Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
blackshadev committed Dec 20, 2024
1 parent b1819b6 commit ab74ab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Unit/ElasticClientBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ final class ElasticClientBuilderTest extends MockeryTestCase
private const CLOUD_ID = 'staging:dXMtZWFzdC0xLmF3cy5mb3VuZC5pbyRjZWM2ZjI2MWE3NGJmMjRjZTMzYmI4ODExYjg0Mjk0ZiRjNmMyY2E2ZDA0MjI0OWFmMGNjN2Q3YTllOTYyNTc0Mw';

private const CONNECTION = [ 'host' => 'example.com', 'port' => '9222', 'scheme' => 'https' ];

private const CONNECTION_STRING = 'https://example.com:9222';

/** @dataProvider provideClientConfigs */
Expand Down

0 comments on commit ab74ab6

Please sign in to comment.