forked from mirrors/easyappointments
Removed the tests bootstrap file (bootstrap with the vendor autoload directly)
This commit is contained in:
parent
245fc43ec1
commit
d739528fd5
2 changed files with 1 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
||||||
<phpunit
|
<phpunit
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
|
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
|
||||||
bootstrap="tests/bootstrap.php"
|
bootstrap="vendor/autoload.php"
|
||||||
colors="true"
|
colors="true"
|
||||||
cacheResult="false"
|
cacheResult="false"
|
||||||
>
|
>
|
||||||
|
|
|
@ -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';
|
|
Loading…
Reference in a new issue