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 a71b072 commit a4ea250Copy full SHA for a4ea250
dev/tests/integration/testsuite/Magento/GraphQl/Controller/GraphQlControllerTest.php
@@ -24,7 +24,7 @@
24
*/
25
class GraphQlControllerTest extends \Magento\TestFramework\Indexer\TestCase
26
{
27
- const CONTENT_TYPE = 'application/json';
+ public const CONTENT_TYPE = 'application/json';
28
29
/** @var \Magento\Framework\ObjectManagerInterface */
30
private $objectManager;
0 commit comments