8000 minor #59395 Remove comment about AppVeyor in `phpunit` (alexandre-da… · symfony/symfony@ee941cf · GitHub
[go: up one dir, main page]

Skip to content

Commit ee941cf

Browse files
minor #59395 Remove comment about AppVeyor in phpunit (alexandre-daubois)
This PR was merged into the 6.4 branch. Discussion ---------- Remove comment about AppVeyor in `phpunit` | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Follow-up for #59394. Removes a now-necessary comment. It is the last occurrence of AppVeyor in the codebase. Commits ------- fb56611 Remove comment about AppVeyor in `phpunit`
2 parents 58a4d30 + fb56611 commit ee941cf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

phpunit

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/env php
22
<?php
33

4-
// Cache-Id: 2021-05-27 20:30 UTC
5-
// For caching to work properly on appveyor, this file
6-
// must be exactly the same in all maintained branches
7-
84
if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
95
echo "Unable to find the `simple-phpunit` script in `vendor/symfony/phpunit-bridge/bin/`.\nPlease run `composer update` before running this command.\n";
106
exit(1);

0 commit comments

Comments
 (0)
0