From 29522695d38cbae862962063c28d379185e17fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Haso=C5=88?= Date: Thu, 16 May 2013 11:58:37 +0200 Subject: [PATCH] [TwigBundle] Added missing files for phpunit --- src/Symfony/Bundle/TwigBundle/composer.json | 7 +++-- .../Bundle/TwigBundle/phpunit.xml.dist | 31 +++++++++++++++++++ 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 src/Symfony/Bundle/TwigBundle/phpunit.xml.dist diff --git a/src/Symfony/Bundle/TwigBundle/composer.json b/src/Symfony/Bundle/TwigBundle/composer.json index 5754e30dbf..65933fcf89 100644 --- a/src/Symfony/Bundle/TwigBundle/composer.json +++ b/src/Symfony/Bundle/TwigBundle/composer.json @@ -17,10 +17,13 @@ ], "require": { "php": ">=5.3.3", - "symfony/twig-bridge": "2.2.*" + "symfony/twig-bridge": "~2.2", + "symfony/http-kernel": "~2.1" }, "require-dev": { - "symfony/stopwatch": "~2.2" + "symfony/stopwatch": "~2.2", + "symfony/dependency-injection": "~2.0", + "symfony/config": "~2.2" }, "autoload": { "psr-0": { "Symfony\\Bundle\\TwigBundle\\": "" } diff --git a/src/Symfony/Bundle/TwigBundle/phpunit.xml.dist b/src/Symfony/Bundle/TwigBundle/phpunit.xml.dist new file mode 100644 index 0000000000..56e10bdad3 --- /dev/null +++ b/src/Symfony/Bundle/TwigBundle/phpunit.xml.dist @@ -0,0 +1,31 @@ + + + + + + + ./Tests/ + + + + + + ./ + + ./Tests + ./Resources + ./vendor + + + +