File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
dev/tests/integration/testsuite/Magento/GraphQl/App Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ protected function setUp(): void
32
32
{
33
33
if (!class_exists (GraphQlStateDiff::class)) {
34
34
$ this ->markTestSkipped ('GraphQlStateDiff class is not available on this version of Magento. ' );
35
- } else {
36
- $ this ->graphQlStateDiff = new GraphQlStateDiff ();
37
35
}
36
+
37
+ $ this ->graphQlStateDiff = new GraphQlStateDiff ();
38
38
parent ::setUp ();
39
39
}
40
40
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ protected function setUp(): void
37
37
{
38
38
if (!class_exists (GraphQlStateDiff::class)) {
39
39
$ this ->markTestSkipped ('GraphQlStateDiff class is not available on this version of Magento. ' );
40
- } else {
41
- $ this ->graphQlStateDiff = new GraphQlStateDiff ();
42
40
}
41
+
42
+ $ this ->graphQlStateDiff = new GraphQlStateDiff ();
43
43
parent ::setUp ();
44
44
}
45
45
You can’t perform that action at this time.
0 commit comments