Skip to content

Commit

Permalink
Make environment variables mutable
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed May 28, 2024
1 parent f6bfdc6 commit d3c949a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
require_once __DIR__.'/../vendor/autoload.php';

// Unsafe is needed because google/auth uses getenv/putenv to determine the Application Credentials
$dotenv = Dotenv\Dotenv::createUnsafeImmutable(__DIR__);
$dotenv = Dotenv\Dotenv::createUnsafeMutable(__DIR__);
$dotenv->safeLoad();
$dotenv->required('GOOGLE_APPLICATION_CREDENTIALS');

0 comments on commit d3c949a

Please sign in to comment.