10 lines
238 B
PHP
10 lines
238 B
PHP
<?php
|
|
|
|
require_once 'Fedora/Autoloader/autoload.php';
|
|
|
|
\Fedora\Autoloader\Dependencies::required([
|
|
__DIR__ . '/../tests/_fixture/file_with_multiple_code_units.php',
|
|
__DIR__ . '/../tests/_fixture/function.php',
|
|
'tests/autoload.php'
|
|
]);
|