We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbd183 commit fd780b0Copy full SHA for fd780b0
dev/tests/static/testsuite/Magento/Test/Legacy/CopyrightTest.php
@@ -17,7 +17,7 @@ public function testCopyright()
17
$invoker(
18
function ($filename) {
19
$fileText = file_get_contents($filename);
20
- if (strpos($fileText, 'Copyright © ' . date('Y')) === false) {
+ if (strpos($fileText, 'Copyright © 2013-' . date('Y')) === false) {
21
$this->fail('Copyright is missing or has wrong year in ' . $filename);
22
}
23
},
0 commit comments