mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-01-17 04:38:20 +01:00
7 lines
255 B
PHP
7 lines
255 B
PHP
|
<?php
|
||
|
|
||
|
// see https://stackoverflow.com/questions/33299149/phpstorm-8-and-phpunit-problems-with-runinseparateprocess/37174348#37174348
|
||
|
if (!defined('PHPUNIT_COMPOSER_INSTALL')) {
|
||
|
define('PHPUNIT_COMPOSER_INSTALL', __DIR__ . '/vendor/autoload.php');
|
||
|
}
|