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.
2 parents bfafaeb + eaefa2d commit 5a8da97Copy full SHA for 5a8da97
.travis.yml
@@ -20,7 +20,6 @@ env:
20
- TEST_SUITE=integration INTEGRATION_INDEX=1
21
- TEST_SUITE=integration INTEGRATION_INDEX=2
22
- TEST_SUITE=integration INTEGRATION_INDEX=3
23
- - TEST_SUITE=static
24
cache:
25
apt: true
26
directories: $HOME/.composer/cache
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);
- if (strpos($fileText, 'Copyright © ' . date('Y')) === false) {
+ if (strpos($fileText, 'Copyright © 2013-' . date('Y')) === false) {
$this->fail('Copyright is missing or has wrong year in ' . $filename);
}
},
0 commit comments