Bump phpunit bridge cache id

This commit is contained in:
Nicolas Grekas 2019-01-24 22:33:33 +01:00
parent aad0c58d6c
commit ebed00f65c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
// Cache-Id: https://github.com/symfony/phpunit-bridge/commit/2155067dfc73e0e77dbc26f236af17e4df552de5
// Cache-Id: https://github.com/symfony/symfony/commit/aad0c58
if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
echo "Unable to find the `simple-phpunit` script in `vendor/symfony/phpunit-bridge/bin/`.\nPlease run `composer update` before running this command.\n";