#!/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) { if (false === getenv('SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT') && false !== strpos(@file_get_contents(__DIR__.'/src/Symfony/Component/HttpKernel/Kernel.php'), 'const MAJOR_VERSION = 3;')) { putenv('SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1'); } if (\PHP_VERSION_ID < 70300) { putenv('SYMFONY_PHPUNIT_VERSION=8.5'); } else { putenv('SYMFONY_PHPUNIT_VERSION=9.4'); } } elseif (\PHP_VERSION_ID >= 70000) { putenv('SYMFONY_PHPUNIT_VERSION=6.5'); } } 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';
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.composer | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
.appveyor.yml | File | 3.94 KB | 0644 |
|
.editorconfig | File | 286 B | 0644 |
|
.gitignore | File | 121 B | 0644 |
|
.php_cs.dist | File | 1.79 KB | 0644 |
|
.travis.yml | File | 12.96 KB | 0644 |
|
CHANGELOG-3.0.md | File | 43.92 KB | 0644 |
|
CHANGELOG-3.1.md | File | 36.48 KB | 0644 |
|
CHANGELOG-3.2.md | File | 49.99 KB | 0644 |
|
CHANGELOG-3.3.md | File | 59.02 KB | 0644 |
|
CHANGELOG-3.4.md | File | 120.02 KB | 0644 |
|
CODE_OF_CONDUCT.md | File | 3.36 KB | 0644 |
|
CONTRIBUTING.md | File | 1015 B | 0644 |
|
CONTRIBUTORS.md | File | 60.99 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
README.md | File | 2.88 KB | 0644 |
|
UPGRADE-3.0.md | File | 52.05 KB | 0644 |
|
UPGRADE-3.1.md | File | 6.15 KB | 0644 |
|
UPGRADE-3.2.md | File | 7.75 KB | 0644 |
|
UPGRADE-3.3.md | File | 13.73 KB | 0644 |
|
UPGRADE-3.4.md | File | 17.62 KB | 0644 |
|
UPGRADE-4.0.md | File | 36.87 KB | 0644 |
|
composer.json | File | 5.21 KB | 0644 |
|
link | File | 3.27 KB | 0644 |
|
phpunit | File | 1.26 KB | 0644 |
|
phpunit.xml.dist | File | 3.33 KB | 0644 |
|