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 f6a6a3e commit e5f4145Copy full SHA for e5f4145
dev/tests/integration/testsuite/Magento/GraphQl/App/State/GraphQlStateDiff.php
@@ -57,8 +57,10 @@ class GraphQlStateDiff
57
58
/**
59
* Constructor
60
+ *
61
+ * @param TestCase $test
62
*/
- public function __construct(TestCase $test = null)
63
+ public function __construct(TestCase $test)
64
{
65
if (8 == PHP_MAJOR_VERSION && 3 == PHP_MINOR_VERSION && PHP_RELEASE_VERSION < 5) {
66
$test->markTestSkipped(
0 commit comments