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.
2 parents 3e2a48a + afb1c36 commit b1362a7Copy full SHA for b1362a7
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