1
0
mirror of synced 2024-11-22 05:16:07 +03:00
api-client-php/tests/bootstrap.php
2018-02-20 17:51:01 +03:00

11 lines
278 B
PHP

<?php
if (function_exists('date_default_timezone_set')
&& function_exists('date_default_timezone_get')
) {
date_default_timezone_set(date_default_timezone_get());
}
$loader = include dirname(__DIR__) . '/vendor/autoload.php';
$loader->add('RetailCrm\\Test', __DIR__);