Skip to content

Commit b42125f

Browse files
committed
Move WebAPI test to the correct folder
1 parent ae293b3 commit b42125f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/Magento/GraphQl/PageCache/DisableSessionTest.php renamed to dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/DisableSessionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
namespace Magento\GraphQl\PageCache;
1818

19-
use Magento\TestFramework\TestCase\GraphQlAbstract;
20-
use Magento\TestFramework\Fixture\Config;
2119
use Magento\Framework\App\PageCache\Version;
20+
use Magento\TestFramework\Fixture\Config;
21+
use Magento\TestFramework\TestCase\GraphQlAbstract;
2222

2323
/**
2424
* Test absence/presence of private_content_version cookie in GraphQl POST HTTP responses

0 commit comments

Comments
 (0)