Skip to content

Commit e5f4145

Browse files
[Application Server] Integration test failures
$test is required in constructor for GraphQlStateDiff
1 parent f6a6a3e commit e5f4145

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/tests/integration/testsuite/Magento/GraphQl/App/State/GraphQlStateDiff.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ class GraphQlStateDiff
5757

5858
/**
5959
* Constructor
60+
*
61+
* @param TestCase $test
6062
*/
61-
public function __construct(TestCase $test = null)
63+
public function __construct(TestCase $test)
6264
{
6365
if (8 == PHP_MAJOR_VERSION && 3 == PHP_MINOR_VERSION && PHP_RELEASE_VERSION < 5) {
6466
$test->markTestSkipped(

0 commit comments

Comments
 (0)