0
0
Fork 0
mirror of https://github.com/getgrav/grav.git synced 2025-01-21 23:38:12 +00:00
getgrav_grav/tests/phpstan/phpstan-bootstrap.php
2019-03-13 10:16:47 +02:00

7 lines
194 B
PHP

<?php declare(strict_types=1);
/**
*To help phpstan dealing with LogicException in Common\User\User.php
*/
define('GRAV_USER_INSTANCE', 'FLEX');
define('GRAV_REQUEST_TIME', microtime(true));