Invalidate phpunit cache on appveyor

This commit is contained in:
Nicolas Grekas 2021-05-10 17:19:50 +02:00
parent c2ce15d424
commit 8a794d1896

View File

@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
// Cache-Id: 2020-04-10 20:30 UTC
// Cache-Id: 2021-05-10 15:20 UTC
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";