Skip to content

Commit c80705a

Browse files
author
Sergii Kovalenko
committed
MAGETWO-62855: Copyright Year Update 2017
--fix ModuleDbChanged test
1 parent 565acf5 commit c80705a

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)