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.
1 parent 5a401a5 commit 0d3a80eCopy full SHA for 0d3a80e
phpunit.xml.dist
@@ -2,4 +2,7 @@
2
<phpunit
3
bootstrap="tests/bootstrap.php"
4
>
5
-</phpunit>
+ <php>
6
+ <env name="SPC_IGNORE_BAD_HASH" value="yes" force="true" />
7
+ </php>
8
+</phpunit>
tests/bootstrap.php
@@ -2,7 +2,5 @@
declare(strict_types=1);
-putenv('SPC_IGNORE_BAD_HASH=yes');
-
require_once __DIR__ . '/../src/globals/internal-env.php';
require_once __DIR__ . '/mock/SPC_store.php';
0 commit comments