File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
dev/tests/integration/testsuite/Magento/GraphQl/App Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 8
8
namespace Magento \GraphQl \App ;
9
9
10
10
use Magento \Catalog \Api \ProductRepositoryInterface ;
11
- use Magento \Framework \Data \Graph ;
12
11
use Magento \GraphQl \App \State \GraphQlStateDiff ;
13
12
14
13
/**
22
21
class GraphQlCheckoutMutationsStateTest extends \PHPUnit \Framework \TestCase
23
22
{
24
23
/**
25
- * @var GraphQlStateDiff
24
+ * @var GraphQlStateDiff|null
26
25
*/
27
26
private ?GraphQlStateDiff $ graphQlStateDiff = null ;
28
27
@@ -51,8 +50,8 @@ protected function tearDown(): void
51
50
*/
52
51
public function testCreateEmptyCart () : void
53
52
{
54
- $ this ->graphQlStateDiff ->
55
- testState ( $ this ->getEmptyCart (),
53
+ $ this ->graphQlStateDiff ->testState (
54
+ $ this ->getEmptyCart (),
56
55
[],
57
56
[],
58
57
[],
You can’t perform that action at this time.
0 commit comments