mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-07-09 15:46:29 +02:00
6 lines
127 B
PHP
6 lines
127 B
PHP
<?php
|
|
|
|
if (!defined('PHPUNIT_COMPOSER_INSTALL')) {
|
|
define('PHPUNIT_COMPOSER_INSTALL', __DIR__ . '/vendor/autoload.php');
|
|
}
|