File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
dev/tests/integration/testsuite/Magento Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- require __DIR__ . 'order.php ' ;
7
+ require 'order.php ' ;
8
8
/** @var \Magento\Catalog\Model\Product $product */
9
9
/** @var \Magento\Sales\Model\Order $order */
10
10
$ objectManager = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ();
Original file line number Diff line number Diff line change @@ -37,11 +37,6 @@ class AdminSessionsManagerTest extends \PHPUnit_Framework_TestCase
37
37
*/
38
38
protected $ objectManager ;
39
39
40
- /**
41
- * @var \Magento\Framework\Session\SessionManager
42
- */
43
- private $ sessionManager ;
44
-
45
40
/**
46
41
* Set up
47
42
*/
@@ -50,7 +45,6 @@ protected function setUp()
50
45
parent ::setUp ();
51
46
52
47
$ this ->objectManager = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ();
53
- $ this ->sessionManager = $ this ->objectManager ->create (\Magento \Framework \Session \SessionManager::class);
54
48
$ this ->objectManager ->get (\Magento \Framework \Config \ScopeInterface::class)
55
49
->setCurrentScope (\Magento \Backend \App \Area \FrontNameResolver::AREA_CODE );
56
50
$ this ->auth = $ this ->objectManager ->create (\Magento \Backend \Model \Auth::class);
You can’t perform that action at this time.
0 commit comments