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 1b445d4 commit 85ca5cdCopy full SHA for 85ca5cd
SearchAdapter/AdapterTest.php
@@ -24,12 +24,12 @@ class AdapterTest extends \Magento\Framework\Search\Adapter\Mysql\AdapterTest
24
/**
25
* @var string
26
*/
27
- protected $searchEngine;
+ protected $searchEngine = Config::ENGINE_NAME;
28
29
protected function setUp()
30
{
31
+ parent::setUp();
32
$this->requestConfig = __DIR__ . '/../_files/requests.xml';
- $this->searchEngine = Config::ENGINE_NAME;
33
// @todo add @ for magentoDataFixture when MAGETWO-44489 is done
34
$this->markTestSkipped("Skipping until ES is configured on builds - MAGETWO-44489");
35
}
0 commit comments