We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14e7e1 commit 30c8c72Copy full SHA for 30c8c72
dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/DisableSessionTest.php renamed to dev/tests/Magento/GraphQl/PageCache/DisableSessionTest.php
@@ -16,9 +16,9 @@
16
17
namespace Magento\GraphQl\PageCache;
18
19
-use Magento\Framework\App\PageCache\Version;
20
-use Magento\TestFramework\Fixture\Config;
21
use Magento\TestFramework\TestCase\GraphQlAbstract;
+use Magento\TestFramework\Fixture\Config;
+use Magento\Framework\App\PageCache\Version;
22
23
/**
24
* Test absence/presence of private_content_version cookie in GraphQl POST HTTP responses
0 commit comments