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
|
|
|
|
|
2021-11-05 21:03:00 +03:00
|
|
|
// require_once __DIR__ . '/../config.php';
|
2021-10-18 14:40:05 +03:00
|
|
|
require_once __DIR__ . '/../vendor/autoload.php';
|