Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
| #!/usr/bin/env php | |
| <?php | |
| // Cache-Id: 2020-04-10 20:30 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"; | |
| exit(1); | |
| } | |
| if (!getenv('SYMFONY_PHPUNIT_VERSION')) { | |
| if (\PHP_VERSION_ID < 70200) { | |
| putenv('SYMFONY_PHPUNIT_VERSION=7.5'); | |
| } elseif (\PHP_VERSION_ID < 70300) { | |
| putenv('SYMFONY_PHPUNIT_VERSION=8.5'); | |
| } else { | |
| putenv('SYMFONY_PHPUNIT_VERSION=9.4'); | |
| } | |
| } | |
| if (!getenv('SYMFONY_PATCH_TYPE_DECLARATIONS')) { | |
| putenv('SYMFONY_PATCH_TYPE_DECLARATIONS=deprecations=1'); | |
| } | |
| if (getcwd() === realpath(__DIR__.'/src/Symfony/Bridge/PhpUnit')) { | |
| putenv('SYMFONY_DEPRECATIONS_HELPER=disabled'); | |
| } | |
| putenv('SYMFONY_PHPUNIT_DIR='.__DIR__.'/.phpunit'); | |
| require __DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit'; |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
