Skip to content

Commit

Permalink
Bump phpunit-bridge cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jan 31, 2020
1 parent aeea451 commit b2339b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpunit
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php

// Cache-Id: 2019-09-19 17:00 UTC
// Cache-Id: 2020-01-31 10:00 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
2 changes: 1 addition & 1 deletion src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
Expand Up @@ -11,7 +11,7 @@
*/

// Please update when phpunit needs to be reinstalled with fresh deps:
// Cache-Id: 2019-09-19 17:00 UTC
// Cache-Id: 2020-01-31 10:00 UTC

error_reporting(-1);

Expand Down

0 comments on commit b2339b5

Please sign in to comment.