From cecef7e3c57e1d382e9ba40f57d3356ce8c4e81d Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 14 Mar 2017 19:14:33 -0700 Subject: [PATCH] added a recipe for phpunit-bridge --- recipes/symfony/phpunit-bridge/manifest.json | 5 +++++ .../symfony/phpunit-bridge/phpunit.xml.dist | 20 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 recipes/symfony/phpunit-bridge/manifest.json create mode 100644 recipes/symfony/phpunit-bridge/phpunit.xml.dist diff --git a/recipes/symfony/phpunit-bridge/manifest.json b/recipes/symfony/phpunit-bridge/manifest.json new file mode 100644 index 00000000..d7c6ae69 --- /dev/null +++ b/recipes/symfony/phpunit-bridge/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + "phpunit.xml.dist": "phpunit.xml.dist" + } +} diff --git a/recipes/symfony/phpunit-bridge/phpunit.xml.dist b/recipes/symfony/phpunit-bridge/phpunit.xml.dist new file mode 100644 index 00000000..471c68da --- /dev/null +++ b/recipes/symfony/phpunit-bridge/phpunit.xml.dist @@ -0,0 +1,20 @@ + + + + + + + + + + + + tests/ + + +