Define env in phpunit.xml

This commit is contained in:
crazywhalecc 2025-06-16 12:34:18 +08:00 committed by DubbleClick
parent cb0a90d1d9
commit 57b22782d3

View File

@ -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';