File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento2Framework \Tests \Header ;
7
7
8
- use PHP_CodeSniffer \Tests \Standards \ AbstractSniffUnitTest ;
8
+ use Magento2 \Tests \GraphQL \ AbstractGraphQLSniffUnitTestCase ;
9
9
10
- class CopyrightGraphQLUnitTest extends AbstractSniffUnitTest
10
+ class CopyrightGraphQLUnitTest extends AbstractGraphQLSniffUnitTestCase
11
11
{
12
12
/**
13
13
* @inheritdoc
@@ -22,12 +22,12 @@ public function getErrorList(): array
22
22
*/
23
23
public function getWarningList ($ testFile = '' ): array
24
24
{
25
- if ($ testFile === 'CopyrightGraphQLUnitTest.1.graphqls ' ||
25
+ if ($ testFile === 'CopyrightGraphQLUnitTest.1.graphqls ' ||
26
26
$ testFile === 'CopyrightGraphQLUnitTest.2.graphqls ' ) {
27
27
return [];
28
28
}
29
29
30
- if ($ testFile === 'CopyrightGraphQLUnitTest.3.graphqls ' ||
30
+ if ($ testFile === 'CopyrightGraphQLUnitTest.3.graphqls ' ||
31
31
$ testFile === 'CopyrightGraphQLUnitTest.4.graphqls ' ) {
32
32
return [
33
33
null => 1
You can’t perform that action at this time.
0 commit comments