File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Sales Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \GraphQl \Sales ;
9
9
10
- use Magento \Integration \Api \CustomerTokenServiceInterface ;
11
10
use Magento \TestFramework \Helper \Bootstrap ;
12
11
use Magento \TestFramework \TestCase \GraphQlAbstract ;
13
12
use Magento \GraphQl \GetCustomerAuthenticationHeader ;
17
16
*/
18
17
class InvoiceTest extends GraphQlAbstract
19
18
{
20
- /**
21
- * @var CustomerTokenServiceInterface
22
- */
23
- private $ customerTokenService ;
24
-
25
19
/** @var GetCustomerAuthenticationHeader */
26
20
private $ customerAuthenticationHeader ;
27
21
28
22
protected function setUp (): void
29
23
{
30
- $ this ->customerTokenService = Bootstrap::getObjectManager ()->get (CustomerTokenServiceInterface::class);
31
24
$ this ->customerAuthenticationHeader
32
25
= Bootstrap::getObjectManager ()->get (GetCustomerAuthenticationHeader::class);
33
26
}
You can’t perform that action at this time.
0 commit comments