Fix tests not properly unsetting env vars

This commit is contained in:
Alejandro Celaya
2024-10-13 12:32:59 +02:00
parent 14ba9fd6a4
commit 1ec950ee1e
2 changed files with 7 additions and 8 deletions

View File

@@ -8,7 +8,6 @@ use Shlinkio\Shlink\Core\ShortUrl\Model\ShortUrlMode;
use function date_default_timezone_get;
use function file_get_contents;
use function getenv;
use function is_file;
use function Shlinkio\Shlink\Config\env;
use function Shlinkio\Shlink\Config\parseEnvVar;