Skip to content

Commit bee02e3

Browse files
author
Sergii Kovalenko
committed
MAGETWO-63202: [Backport] - Copyright Year Update 2017 - for 2.0
1 parent 3bdff17 commit bee02e3

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 © 2016') === 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)