RprtCli/app/tests/test-dependencies.php

10 lines
171 B
PHP
Raw Normal View History

2023-01-01 23:41:40 +01:00
<?php
2023-01-02 22:03:59 +01:00
declare(strict_types=1);
$dependencies = require_once __DIR__ . '/../dependencies.php';
2023-01-01 23:41:40 +01:00
2023-01-02 15:18:52 +01:00
$dependencies['config.path'] = __DIR__ . '/data/';
2023-01-01 23:41:40 +01:00
return $dependencies;