RprtCli/app/tests/test-dependencies.php

8 lines
146 B
PHP
Raw Normal View History

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