valkyrjaio/application

View on GitHub
env/EnvTest.example.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Env;

/**
 * Class EnvTest.
 */
class EnvTest extends Env
{
    /**
     * Console env variables.
     */
    public const CONSOLE_QUIET = true;
}