1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-11 16:06:20 +01:00
openstamanager/tests/unit/_bootstrap.php

7 lines
95 B
PHP
Raw Normal View History

2018-08-08 21:06:08 +02:00
<?php
2018-08-13 10:01:15 +02:00
// Individuazione dei percorsi di base
App::definePaths(__DIR__.'/../..');
2018-08-08 21:06:08 +02:00
2018-09-20 12:05:22 +02:00
database();