1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-07-09 15:46:29 +02:00
Files
php-zip/bootstrap.php
2021-05-16 22:41:26 +03:00

6 lines
127 B
PHP

<?php
if (!defined('PHPUNIT_COMPOSER_INSTALL')) {
define('PHPUNIT_COMPOSER_INSTALL', __DIR__ . '/vendor/autoload.php');
}