1
0
mirror of synced 2024-11-22 13:26:08 +03:00
api-client-php/tests/bootstrap.php

11 lines
278 B
PHP
Raw Normal View History

<?php
2018-01-10 11:35:57 +03:00
if (function_exists('date_default_timezone_set')
&& function_exists('date_default_timezone_get')
) {
date_default_timezone_set(date_default_timezone_get());
2018-01-10 11:35:57 +03:00
}
$loader = include dirname(__DIR__) . '/vendor/autoload.php';
$loader->add('RetailCrm\\Test', __DIR__);