Skip to content

Commit fd780b0

Browse files
author
Sergii Kovalenko
committed
MAGETWO-64115: Copyright legacy test fails on 2.1
1 parent afbd183 commit fd780b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/CopyrightTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function testCopyright()
1717
$invoker(
1818
function ($filename) {
1919
$fileText = file_get_contents($filename);
20-
if (strpos($fileText, 'Copyright © ' . date('Y')) === false) {
20+
if (strpos($fileText, 'Copyright © 2013-' . date('Y')) === false) {
2121
$this->fail('Copyright is missing or has wrong year in ' . $filename);
2222
}
2323
},

0 commit comments

Comments
 (0)