Files
wallabag/tests/phpstan-bootstrap.php

8 lines
144 B
PHP
Raw Normal View History

<?php
use Symfony\Component\Dotenv\Dotenv;
require __DIR__ . '/../vendor/autoload.php';
(new Dotenv())->bootEnv(dirname(__DIR__) . '/.env');