annotate vendor/symfony/phpunit-bridge/Tests/DeprecationErrorHandler/generate_phar.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 1fec387a4317
children
rev   line source
Chris@14 1 <?php
Chris@14 2
Chris@14 3 $phar = new Phar(__DIR__.DIRECTORY_SEPARATOR.'deprecation.phar', 0, 'deprecation.phar');
Chris@14 4 $phar->buildFromDirectory(__DIR__.DIRECTORY_SEPARATOR.'deprecation');