2017-09-15 14:36:37 +03:00
|
|
|
<?php
|
2016-07-09 10:02:06 +03:00
|
|
|
|
|
|
|
/* ----------------------------------------------------------------------------
|
|
|
|
* Easy!Appointments - Open Source Web Scheduler
|
|
|
|
*
|
|
|
|
* @package EasyAppointments
|
|
|
|
* @author A.Tselegidis <alextselegidis@gmail.com>
|
2020-09-30 14:33:22 +03:00
|
|
|
* @copyright Copyright (c) 2013 - 2020, Alex Tselegidis
|
2016-07-09 10:02:06 +03:00
|
|
|
* @license http://opensource.org/licenses/GPL-3.0 - GPLv3
|
|
|
|
* @link http://easyappointments.org
|
|
|
|
* @since v1.2.0
|
|
|
|
* ---------------------------------------------------------------------------- */
|
|
|
|
|
|
|
|
// Bootstrap Easy!Appointments PHPUnit Tests
|
|
|
|
|
2020-03-11 15:24:23 +03:00
|
|
|
require_once __DIR__ . '/../../config.php';
|
2018-03-29 15:52:53 +03:00
|
|
|
require_once __DIR__ . '/../../vendor/autoload.php';
|