Skip to content

Commit 6514fa3

Browse files
Merge branch '3.4' into 4.3
* 3.4: Bump phpunit-bridge cache
2 parents 0f13d5a + b2339b5 commit 6514fa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpunit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
// Cache-Id: 2019-09-19 17:00 UTC
4+
// Cache-Id: 2020-01-31 10:00 UTC
55

66
if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
77
echo "Unable to find the `simple-phpunit` script in `vendor/symfony/phpunit-bridge/bin/`.\nPlease run `composer update` before running this command.\n";

src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

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

1515
error_reporting(-1);
1616

0 commit comments

Comments
 (0)