We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e58c4 commit fbcbe1aCopy full SHA for fbcbe1a
etc/codecoverage/test.php
@@ -1,4 +1,10 @@
1
<?php
2
+
3
+/**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
8
$test = $_GET['test'] ?? "NO_TEST_SPECIFIED";
9
file_put_contents('CURRENT_TEST', $test);
10
echo 'SET CURRENT TEST TO ' . $test;
0 commit comments