Skip to content

Commit 53380c7

Browse files
committed
AC-1314: Fix copyright sniff
1 parent 2270b33 commit 53380c7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Magento2/Tests/Legacy/CopyrightAnotherExtensionsFilesUnitTest.php

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ public function getWarningList($testFile = '')
3636
if ($testFile === 'CopyrightAnotherExtensionsFilesUnitTest.4.js') {
3737
return [];
3838
}
39+
if ($testFile === 'CopyrightAnotherExtensionsFilesUnitTest.5.less') {
40+
return [
41+
null => 1,
42+
];
43+
}
3944
return [];
4045
}
4146
}

0 commit comments

Comments
 (0)