From cb9d2fc495e19677dcdc72cd2288f88435f3d750 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Fri, 13 Dec 2019 14:33:55 -0500 Subject: [PATCH] Creating phpunit-bridge 4.2 recipe to point to 4.2 version of bootstrap.php This also updates the 4.3 recipe to use all the stuff from 4.2 --- symfony/phpunit-bridge/4.2/.env.test | 1 + symfony/phpunit-bridge/4.2/bin | 1 + symfony/phpunit-bridge/4.2/config/bootstrap.php | 1 + symfony/phpunit-bridge/4.2/manifest.json | 1 + symfony/phpunit-bridge/4.2/phpunit.xml.dist | 1 + symfony/phpunit-bridge/4.2/post-install.txt | 1 + symfony/phpunit-bridge/4.2/tests | 1 + symfony/phpunit-bridge/4.3/.env.test | 2 +- symfony/phpunit-bridge/4.3/config/bootstrap.php | 2 +- symfony/phpunit-bridge/4.3/manifest.json | 2 +- symfony/phpunit-bridge/4.3/phpunit.xml.dist | 2 +- symfony/phpunit-bridge/4.3/post-install.txt | 2 +- 12 files changed, 12 insertions(+), 5 deletions(-) create mode 120000 symfony/phpunit-bridge/4.2/.env.test create mode 120000 symfony/phpunit-bridge/4.2/bin create mode 120000 symfony/phpunit-bridge/4.2/config/bootstrap.php create mode 120000 symfony/phpunit-bridge/4.2/manifest.json create mode 120000 symfony/phpunit-bridge/4.2/phpunit.xml.dist create mode 120000 symfony/phpunit-bridge/4.2/post-install.txt create mode 120000 symfony/phpunit-bridge/4.2/tests diff --git a/symfony/phpunit-bridge/4.2/.env.test b/symfony/phpunit-bridge/4.2/.env.test new file mode 120000 index 00000000..ba1559e9 --- /dev/null +++ b/symfony/phpunit-bridge/4.2/.env.test @@ -0,0 +1 @@ +../4.1/.env.test \ No newline at end of file diff --git a/symfony/phpunit-bridge/4.2/bin b/symfony/phpunit-bridge/4.2/bin new file mode 120000 index 00000000..7aedead0 --- /dev/null +++ b/symfony/phpunit-bridge/4.2/bin @@ -0,0 +1 @@ +../4.1/bin \ No newline at end of file diff --git a/symfony/phpunit-bridge/4.2/config/bootstrap.php b/symfony/phpunit-bridge/4.2/config/bootstrap.php new file mode 120000 index 00000000..df20375d --- /dev/null +++ b/symfony/phpunit-bridge/4.2/config/bootstrap.php @@ -0,0 +1 @@ +../../../framework-bundle/4.2/config/bootstrap.php \ No newline at end of file diff --git a/symfony/phpunit-bridge/4.2/manifest.json b/symfony/phpunit-bridge/4.2/manifest.json new file mode 120000 index 00000000..39fa2e74 --- /dev/null +++ b/symfony/phpunit-bridge/4.2/manifest.json @@ -0,0 +1 @@ +../4.1/manifest.json \ No newline at end of file diff --git a/symfony/phpunit-bridge/4.2/phpunit.xml.dist b/symfony/phpunit-bridge/4.2/phpunit.xml.dist new file mode 120000 index 00000000..87fc0532 --- /dev/null +++ b/symfony/phpunit-bridge/4.2/phpunit.xml.dist @@ -0,0 +1 @@ +../4.1/phpunit.xml.dist \ No newline at end of file diff --git a/symfony/phpunit-bridge/4.2/post-install.txt b/symfony/phpunit-bridge/4.2/post-install.txt new file mode 120000 index 00000000..62244d6b --- /dev/null +++ b/symfony/phpunit-bridge/4.2/post-install.txt @@ -0,0 +1 @@ +../4.1/post-install.txt \ No newline at end of file diff --git a/symfony/phpunit-bridge/4.2/tests b/symfony/phpunit-bridge/4.2/tests new file mode 120000 index 00000000..1b0fd3bb --- /dev/null +++ b/symfony/phpunit-bridge/4.2/tests @@ -0,0 +1 @@ +../4.1/tests \ No newline at end of file diff --git a/symfony/phpunit-bridge/4.3/.env.test b/symfony/phpunit-bridge/4.3/.env.test index ba1559e9..bd5950f5 120000 --- a/symfony/phpunit-bridge/4.3/.env.test +++ b/symfony/phpunit-bridge/4.3/.env.test @@ -1 +1 @@ -../4.1/.env.test \ No newline at end of file +../4.2/.env.test \ No newline at end of file diff --git a/symfony/phpunit-bridge/4.3/config/bootstrap.php b/symfony/phpunit-bridge/4.3/config/bootstrap.php index 57ba1e6e..a1c12047 120000 --- a/symfony/phpunit-bridge/4.3/config/bootstrap.php +++ b/symfony/phpunit-bridge/4.3/config/bootstrap.php @@ -1 +1 @@ -../../../../symfony/framework-bundle/3.3/config/bootstrap.php \ No newline at end of file +../../4.2/config/bootstrap.php \ No newline at end of file diff --git a/symfony/phpunit-bridge/4.3/manifest.json b/symfony/phpunit-bridge/4.3/manifest.json index 39fa2e74..5fe6af0e 120000 --- a/symfony/phpunit-bridge/4.3/manifest.json +++ b/symfony/phpunit-bridge/4.3/manifest.json @@ -1 +1 @@ -../4.1/manifest.json \ No newline at end of file +../4.2/manifest.json \ No newline at end of file diff --git a/symfony/phpunit-bridge/4.3/phpunit.xml.dist b/symfony/phpunit-bridge/4.3/phpunit.xml.dist index 87fc0532..9144dcd1 120000 --- a/symfony/phpunit-bridge/4.3/phpunit.xml.dist +++ b/symfony/phpunit-bridge/4.3/phpunit.xml.dist @@ -1 +1 @@ -../4.1/phpunit.xml.dist \ No newline at end of file +../4.2/phpunit.xml.dist \ No newline at end of file diff --git a/symfony/phpunit-bridge/4.3/post-install.txt b/symfony/phpunit-bridge/4.3/post-install.txt index 62244d6b..943d1280 120000 --- a/symfony/phpunit-bridge/4.3/post-install.txt +++ b/symfony/phpunit-bridge/4.3/post-install.txt @@ -1 +1 @@ -../4.1/post-install.txt \ No newline at end of file +../4.2/post-install.txt \ No newline at end of file