bootstrap.php 388 B

1234567891011121314
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4. * This file is part of the nelexa/zip package.
  5. * (c) Ne-Lexa <https://github.com/Ne-Lexa/php-zip>
  6. * For the full copyright and license information, please view the LICENSE
  7. * file that was distributed with this source code.
  8. */
  9. if (!defined('PHPUNIT_COMPOSER_INSTALL')) {
  10. define('PHPUNIT_COMPOSER_INSTALL', __DIR__ . '/vendor/autoload.php');
  11. }