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 a61a1ab commit 0e0a781Copy full SHA for 0e0a781
tests/ConnectionTest.php
@@ -91,6 +91,5 @@
91
92
test('Info', function () {
93
$info = DB::connection('elasticsearch')->getClientInfo();
94
- expect($info['cluster_name'])->toBe('elasticsearch')
95
- ->and($info['tagline'])->toBe('You Know, for Search');
+ expect($info['tagline'])->toBe('You Know, for Search');
96
});
0 commit comments