Skip to content

Commit

Permalink
Bump phpunit bridge cache id
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jan 24, 2019
1 parent aad0c58 commit ebed00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit
@@ -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";
Expand Down

0 comments on commit ebed00f

Please sign in to comment.