sterntours/vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/generate_phar.php
2020-07-09 12:49:32 +02:00

4 lines
166 B
PHP

<?php
$phar = new Phar(__DIR__.DIRECTORY_SEPARATOR.'deprecation.phar', 0, 'deprecation.phar');
$phar->buildFromDirectory(__DIR__.DIRECTORY_SEPARATOR.'deprecation');