bootstrap.php 405 B

123456789101112131415
  1. <?php
  2. /*
  3. * This file is a part of the DiscordPHP project.
  4. *
  5. * Copyright (c) 2015-present David Cole <david.cole1340@gmail.com>
  6. *
  7. * This file is subject to the MIT license that is bundled
  8. * with this source code in the LICENSE.md file.
  9. */
  10. include __DIR__.'/../vendor/autoload.php';
  11. include __DIR__.'/functions.php';
  12. include __DIR__.'/DiscordSingleton.php';
  13. include __DIR__.'/DiscordTestCase.php';