We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0561989 commit 301f25dCopy full SHA for 301f25d
phpunit.xml
@@ -19,5 +19,8 @@
19
<include>
20
<directory>src</directory>
21
</include>
22
+ <exclude>
23
+ <file>src/Terremoth/Async/background_processor.php</file>
24
+ </exclude>
25
</source>
26
</phpunit>
src/Terremoth/Async/script_functions.php
@@ -2,6 +2,10 @@
2
3
namespace Terremoth\Async;
4
5
+/**
6
+ * @codeCoverageIgnore
7
+ * @codeCoverageIgnoreStart
8
+ */
9
function customError(string $error): void
10
{
11
$error = 'Error: ' . $error;
0 commit comments