20 lines
544 B
PHP
20 lines
544 B
PHP
<?php
|
|
|
|
/*
|
|
* This file is a part of the DiscordPHP project.
|
|
*
|
|
* Copyright (c) 2015-2022 David Cole <david.cole1340@gmail.com>
|
|
* Copyright (c) 2020-present Valithor Obsidion <valithor@discordphp.org>
|
|
*
|
|
* This file is subject to the MIT license that is bundled
|
|
* with this source code in the LICENSE.md file.
|
|
*/
|
|
|
|
include __DIR__.'/../vendor/autoload.php';
|
|
|
|
//class RedisPsr16 extends \Symfony\Component\Cache\Psr16Cache {}
|
|
|
|
include __DIR__.'/functions.php';
|
|
include __DIR__.'/DiscordSingleton.php';
|
|
include __DIR__.'/DiscordTestCase.php';
|