AspireSync/tests/bootstrap.php
2024-12-01 09:04:35 -07:00

7 lines
121 B
PHP

<?php
declare(strict_types=1);
require_once __DIR__ . '/../vendor/autoload.php';
\Safe\ini_set('memory_limit', '4G');