From e86e8b8853626a1fc6e0f99f6ba1ae930c8e698f Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 2 Jun 2021 17:39:54 +0200 Subject: [PATCH] Fix recipe for phpunit --- phpunit/phpunit/4.7/phpunit.xml.dist | 3 -- phpunit/phpunit/9.3/.env.test | 6 ++++ phpunit/phpunit/9.3/manifest.json | 11 ++++++ phpunit/phpunit/9.3/phpunit.xml.dist | 40 +++++++++++++++++++++ phpunit/phpunit/9.3/tests | 1 + symfony/phpunit-bridge/5.3/bin/phpunit | 17 +++++---- symfony/phpunit-bridge/5.3/manifest.json | 1 - symfony/phpunit-bridge/5.3/phpunit.xml.dist | 15 +++----- 8 files changed, 73 insertions(+), 21 deletions(-) create mode 100644 phpunit/phpunit/9.3/.env.test create mode 100644 phpunit/phpunit/9.3/manifest.json create mode 100644 phpunit/phpunit/9.3/phpunit.xml.dist create mode 120000 phpunit/phpunit/9.3/tests diff --git a/phpunit/phpunit/4.7/phpunit.xml.dist b/phpunit/phpunit/4.7/phpunit.xml.dist index 4b9029be4..c7634d6f5 100644 --- a/phpunit/phpunit/4.7/phpunit.xml.dist +++ b/phpunit/phpunit/4.7/phpunit.xml.dist @@ -25,12 +25,9 @@ - - + + + + + + + + + + + + tests + + + + + + src + + + + + + + + + + diff --git a/phpunit/phpunit/9.3/tests b/phpunit/phpunit/9.3/tests new file mode 120000 index 000000000..98911dc67 --- /dev/null +++ b/phpunit/phpunit/9.3/tests @@ -0,0 +1 @@ +../../../symfony/phpunit-bridge/3.3/tests/ \ No newline at end of file diff --git a/symfony/phpunit-bridge/5.3/bin/phpunit b/symfony/phpunit-bridge/5.3/bin/phpunit index 2338d1b6d..f26f2c727 100755 --- a/symfony/phpunit-bridge/5.3/bin/phpunit +++ b/symfony/phpunit-bridge/5.3/bin/phpunit @@ -1,16 +1,19 @@ #!/usr/bin/env php - - - - + @@ -26,11 +21,11 @@ - - + + src - - + +