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
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