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 837f24f commit 3690edaCopy full SHA for 3690eda
tests/bootstrap.php
@@ -47,9 +47,7 @@
47
*/
48
$variables = (new Dotenv())->parse((string)file_get_contents(dirname(__DIR__) . '/.env.test'));
49
50
- /**
51
- * @var array<string, string> $configuration
52
- */
+ /** @var array<string, string> $configuration */
53
$configuration = JSON::decode((string)file_get_contents($variables['APPLICATION_CONFIG']), true);
54
55
if (!array_key_exists('DATABASE_URL', $configuration)) {
0 commit comments