File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 */
66namespace Magento2Framework \Tests \Header ;
77
8- use PHP_CodeSniffer \Tests \Standards \ AbstractSniffUnitTest ;
8+ use Magento2 \Tests \GraphQL \ AbstractGraphQLSniffUnitTestCase ;
99
10- class CopyrightGraphQLUnitTest extends AbstractSniffUnitTest
10+ class CopyrightGraphQLUnitTest extends AbstractGraphQLSniffUnitTestCase
1111{
1212 /**
1313 * @inheritdoc
@@ -22,12 +22,12 @@ public function getErrorList(): array
2222 */
2323 public function getWarningList ($ testFile = '' ): array
2424 {
25- if ($ testFile === 'CopyrightGraphQLUnitTest.1.graphqls ' ||
25+ if ($ testFile === 'CopyrightGraphQLUnitTest.1.graphqls ' ||
2626 $ testFile === 'CopyrightGraphQLUnitTest.2.graphqls ' ) {
2727 return [];
2828 }
2929
30- if ($ testFile === 'CopyrightGraphQLUnitTest.3.graphqls ' ||
30+ if ($ testFile === 'CopyrightGraphQLUnitTest.3.graphqls ' ||
3131 $ testFile === 'CopyrightGraphQLUnitTest.4.graphqls ' ) {
3232 return [
3333 null => 1
You can’t perform that action at this time.
0 commit comments