You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
Copy file name to clipboardExpand all lines: phpunit
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,6 @@
1
1
#!/usr/bin/env php
2
2
<?php
3
3
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
-
8
4
if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
9
5
echo"Unable to find the `simple-phpunit` script in `vendor/symfony/phpunit-bridge/bin/`.\nPlease run `composer update` before running this command.\n";
0 commit comments