diff --git a/phpunit.xml b/phpunit.xml index 5fe174f1..ab84db91 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,7 @@ diff --git a/tests/bootstrap.php b/tests/bootstrap.php deleted file mode 100644 index 7e992a81..00000000 --- a/tests/bootstrap.php +++ /dev/null @@ -1,17 +0,0 @@ - - * @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';