We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e4677 commit 18ff789Copy full SHA for 18ff789
Magento2Framework/Tests/Header/CopyrightGraphQLUnitTest.php
@@ -22,11 +22,13 @@ 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 [
33
1 => 1
34
];
0 commit comments