← Code-Übersicht

bootstrap.php

Pfad: tests/bootstrap.php

Ext: php

Größe: 149 Bytes

Geändert: 2026-07-16 16:54:17+02

<?php
declare(strict_types=1);

require_once dirname(__DIR__) . '/src/Autoloader.php';
(new Demo\Autoloader(dirname(__DIR__) . '/src'))->register();