Removed the tests bootstrap file (bootstrap with the vendor autoload directly)

This commit is contained in:
Alex Tselegidis 2021-11-06 16:12:57 +01:00
parent 245fc43ec1
commit d739528fd5
2 changed files with 1 additions and 18 deletions

View File

@ -1,7 +1,7 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="tests/bootstrap.php"
bootstrap="vendor/autoload.php"
colors="true"
cacheResult="false"
>

View File

@ -1,17 +0,0 @@
<?php
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler
*
* @package EasyAppointments
* @author A.Tselegidis <alextselegidis@gmail.com>
* @copyright Copyright (c) 2013 - 2020, Alex Tselegidis
* @license http://opensource.org/licenses/GPL-3.0 - GPLv3
* @link http://easyappointments.org
* @since v1.2.0
* ---------------------------------------------------------------------------- */
// Bootstrap Easy!Appointments PHPUnit Tests
// require_once __DIR__ . '/../config.php';
require_once __DIR__ . '/../vendor/autoload.php';