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 7e02702 commit afb1c36Copy full SHA for afb1c36
app/code/Magento/Elasticsearch/Test/Unit/Model/Adapter/ElasticsearchTest.php
@@ -111,7 +111,7 @@ class ElasticsearchTest extends TestCase
111
*/
112
protected function setUp(): void
113
{
114
- if (!class_exists(\Elasticsearch\Client::class)) {
+ if (!class_exists(\Elasticsearch\ClientBuilder::class)) {
115
$this->markTestSkipped('AC-6597: Skipped as Elasticsearch 8 is configured');
116
}
117
0 commit comments