Skip to content

Commit fbcbe1a

Browse files
committed
MQE-2042: Port MFTF Coverage to Jenkins
- Add copyright
1 parent c0e58c4 commit fbcbe1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/codecoverage/test.php

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?php
2+
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
28
$test = $_GET['test'] ?? "NO_TEST_SPECIFIED";
39
file_put_contents('CURRENT_TEST', $test);
410
echo 'SET CURRENT TEST TO ' . $test;

0 commit comments

Comments
 (0)