diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 9b045629..dc58130d 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -2,4 +2,7 @@
-
\ No newline at end of file
+
+
+
+
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index c2fb6eee..d573204b 100644
--- a/tests/bootstrap.php
+++ b/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';