From 8657acd1adecc92c1215067d0e39e62343ba107d Mon Sep 17 00:00:00 2001 From: Dmitry Simushev Date: Sun, 5 May 2019 21:23:37 +0300 Subject: [PATCH] [Bridge/PhpUnit] Require .php file to fix problem with extra shebang This commit is a part of fix for https://github.com/symfony/symfony/issues/27035 The other part is https://github.com/symfony/symfony/pull/31364 --- symfony/phpunit-bridge/4.3/.env.test | 1 + symfony/phpunit-bridge/4.3/bin/phpunit | 19 +++++++++++++++++++ .../phpunit-bridge/4.3/config/bootstrap.php | 1 + symfony/phpunit-bridge/4.3/manifest.json | 1 + symfony/phpunit-bridge/4.3/phpunit.xml.dist | 1 + symfony/phpunit-bridge/4.3/post-install.txt | 1 + symfony/phpunit-bridge/4.3/tests/.gitignore | 0 7 files changed, 24 insertions(+) create mode 120000 symfony/phpunit-bridge/4.3/.env.test create mode 100755 symfony/phpunit-bridge/4.3/bin/phpunit create mode 120000 symfony/phpunit-bridge/4.3/config/bootstrap.php create mode 120000 symfony/phpunit-bridge/4.3/manifest.json create mode 120000 symfony/phpunit-bridge/4.3/phpunit.xml.dist create mode 120000 symfony/phpunit-bridge/4.3/post-install.txt create mode 100644 symfony/phpunit-bridge/4.3/tests/.gitignore diff --git a/symfony/phpunit-bridge/4.3/.env.test b/symfony/phpunit-bridge/4.3/.env.test new file mode 120000 index 00000000..ba1559e9 --- /dev/null +++ b/symfony/phpunit-bridge/4.3/.env.test @@ -0,0 +1 @@ +../4.1/.env.test \ No newline at end of file diff --git a/symfony/phpunit-bridge/4.3/bin/phpunit b/symfony/phpunit-bridge/4.3/bin/phpunit new file mode 100755 index 00000000..30bccefe --- /dev/null +++ b/symfony/phpunit-bridge/4.3/bin/phpunit @@ -0,0 +1,19 @@ +#!/usr/bin/env php +