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 d23ea88 commit 3149fecCopy full SHA for 3149fec
SearchAdapter/AdapterTest.php
@@ -16,15 +16,18 @@
16
*/
17
class AdapterTest extends \Magento\Framework\Search\Adapter\Mysql\AdapterTest
18
{
19
+ /**
20
+ * @var string
21
+ */
22
+ protected $requestConfig = '/../_files/requests.xml';
23
+
24
/**
25
* @var string
26
27
protected $searchEngine = Config::ENGINE_NAME;
28
29
protected function setUp()
30
- parent::setUp();
- $this->requestConfig = __DIR__ . '/../_files/requests.xml';
31
// @todo add @ for magentoDataFixture when MAGETWO-44489 is done
32
$this->markTestSkipped("Skipping until ES is configured on builds - MAGETWO-44489");
33
}
0 commit comments