Skip to content

Commit d498246

Browse files
committed
MQE-431: Automatically check for copyright at the top of every framework file
- Adding copyright to a file which made it to sprint-develop before this task.
1 parent 7f65b95 commit d498246

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dev/tests/phpunit.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
-->
7+
18
<phpunit
29
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
310
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"

0 commit comments

Comments
 (0)