Skip to content

Commit 85ca5cd

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SearchAdapter/AdapterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ class AdapterTest extends \Magento\Framework\Search\Adapter\Mysql\AdapterTest
2424
/**
2525
* @var string
2626
*/
27-
protected $searchEngine;
27+
protected $searchEngine = Config::ENGINE_NAME;
2828

2929
protected function setUp()
3030
{
31+
parent::setUp();
3132
$this->requestConfig = __DIR__ . '/../_files/requests.xml';
32-
$this->searchEngine = Config::ENGINE_NAME;
3333
// @todo add @ for magentoDataFixture when MAGETWO-44489 is done
3434
$this->markTestSkipped("Skipping until ES is configured on builds - MAGETWO-44489");
3535
}

0 commit comments

Comments
 (0)