We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0e4677 + b485a41 commit 6c6c082Copy full SHA for 6c6c082
Magento2Framework/Tests/Header/CopyrightGraphQLUnitTest.php
@@ -22,13 +22,15 @@ public function getErrorList(): array
22
*/
23
public function getWarningList($testFile = ''): array
24
{
25
- if ($testFile === 'CopyrightGraphQLUnitTest.1.inc' || $testFile === 'CopyrightGraphQLUnitTest.2.inc') {
+ if ($testFile === 'CopyrightGraphQLUnitTest.1.graphqls' ||
26
+ $testFile === 'CopyrightGraphQLUnitTest.2.graphqls') {
27
return [];
28
}
29
- if ($testFile === 'CopyrightGraphQLUnitTest.3.inc' || $testFile === 'CopyrightGraphQLUnitTest.4.inc') {
30
+ if ($testFile === 'CopyrightGraphQLUnitTest.3.graphqls' ||
31
+ $testFile === 'CopyrightGraphQLUnitTest.4.graphqls') {
32
return [
- 1 => 1
33
+ null => 1
34
];
35
36
0 commit comments