Skip to content

Commit 3149fec

Browse files
author
Igor Melnikov
committed
MAGETWO-52414: [GITHUB] Fix integration test syntax error #4343
Making compatible with PHP 5.5
1 parent d23ea88 commit 3149fec

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

SearchAdapter/AdapterTest.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,18 @@
1616
*/
1717
class AdapterTest extends \Magento\Framework\Search\Adapter\Mysql\AdapterTest
1818
{
19+
/**
20+
* @var string
21+
*/
22+
protected $requestConfig = '/../_files/requests.xml';
23+
1924
/**
2025
* @var string
2126
*/
2227
protected $searchEngine = Config::ENGINE_NAME;
2328

2429
protected function setUp()
2530
{
26-
parent::setUp();
27-
$this->requestConfig = __DIR__ . '/../_files/requests.xml';
2831
// @todo add @ for magentoDataFixture when MAGETWO-44489 is done
2932
$this->markTestSkipped("Skipping until ES is configured on builds - MAGETWO-44489");
3033
}

0 commit comments

Comments
 (0)