Files
MageSail/Test/bootstrap.php
T
snxraven bbd83659a7
CI / php (push) Successful in 2m56s
tests
2026-03-21 03:49:54 -05:00

8 lines
108 B
PHP

<?php
declare(strict_types=1);
$repoRoot = dirname(__DIR__);
require $repoRoot . '/vendor/autoload.php';