Skip to content

Commit

Permalink
[appveyor] bump cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Apr 10, 2020
1 parent 015d8d7 commit 8920f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php

// Cache-Id: 2020-01-31 10:00 UTC
// Cache-Id: 2020-04-10 20:30 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";
Expand Down

0 comments on commit 8920f18

Please sign in to comment.