File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
dev/tests/api-functional/testsuite/Magento/Analytics/Api Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 9
9
use Magento \Framework \UrlInterface ;
10
10
use Magento \Framework \Webapi \Rest \Request ;
11
11
use Magento \Store \Model \StoreManagerInterface ;
12
+ use Magento \TestFramework \Helper \Bootstrap ;
12
13
use Magento \TestFramework \TestCase \WebapiAbstract ;
13
14
14
15
/**
@@ -27,17 +28,20 @@ class LinkProviderTest extends WebapiAbstract
27
28
*/
28
29
protected $ objectManager ;
29
30
31
+ /**
32
+ * @return void
33
+ */
30
34
protected function setUp ()
31
35
{
32
- $ this ->objectManager = \ Magento \ TestFramework \ Helper \ Bootstrap::getObjectManager ();
36
+ $ this ->objectManager = Bootstrap::getObjectManager ();
33
37
}
34
38
35
39
/**
36
40
* @magentoApiDataFixture Magento/Analytics/_files/create_link.php
37
41
*/
38
42
public function testGetAll ()
39
43
{
40
- $ objectManager = \ Magento \ TestFramework \ Helper \ Bootstrap::getObjectManager ();
44
+ $ objectManager = Bootstrap::getObjectManager ();
41
45
42
46
/**
43
47
* @var $fileInfoManager FileInfoManager
You can’t perform that action at this time.
0 commit comments