From 3f4445d6fc2a41eb27b342fbbf0a6eafeeb80b40 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 13 Jan 2015 15:17:46 +0100 Subject: [PATCH] [PhpUnitBridge] new bridge for testing with PHPUnit --- Acl/composer.json | 1 + Acl/phpunit.xml.dist | 4 +--- Core/composer.json | 1 + Core/phpunit.xml.dist | 4 +--- Csrf/composer.json | 1 + Csrf/phpunit.xml.dist | 4 +--- Http/composer.json | 1 + Http/phpunit.xml.dist | 4 +--- composer.json | 1 + phpunit.xml.dist | 4 +--- 10 files changed, 10 insertions(+), 15 deletions(-) diff --git a/Acl/composer.json b/Acl/composer.json index 4325d8c0e..2c0401fb2 100644 --- a/Acl/composer.json +++ b/Acl/composer.json @@ -20,6 +20,7 @@ "symfony/security-core": "~2.4|~3.0.0" }, "require-dev": { + "symfony/phpunit-bridge": "~2.7|~3.0.0", "doctrine/common": "~2.2", "doctrine/dbal": "~2.2", "psr/log": "~1.0" diff --git a/Acl/phpunit.xml.dist b/Acl/phpunit.xml.dist index 20d1b803b..755233957 100644 --- a/Acl/phpunit.xml.dist +++ b/Acl/phpunit.xml.dist @@ -12,9 +12,7 @@ bootstrap="vendor/autoload.php" > - - - + diff --git a/Core/composer.json b/Core/composer.json index 4541f4154..f5e317902 100644 --- a/Core/composer.json +++ b/Core/composer.json @@ -19,6 +19,7 @@ "php": ">=5.3.9" }, "require-dev": { + "symfony/phpunit-bridge": "~2.7|~3.0.0", "symfony/event-dispatcher": "~2.1|~3.0.0", "symfony/expression-language": "~2.6|~3.0.0", "symfony/http-foundation": "~2.4|~3.0.0", diff --git a/Core/phpunit.xml.dist b/Core/phpunit.xml.dist index 7a5f7da95..8a1a2914b 100644 --- a/Core/phpunit.xml.dist +++ b/Core/phpunit.xml.dist @@ -12,9 +12,7 @@ bootstrap="vendor/autoload.php" > - - - + diff --git a/Csrf/composer.json b/Csrf/composer.json index 7fd71af49..4d4ff6a94 100644 --- a/Csrf/composer.json +++ b/Csrf/composer.json @@ -20,6 +20,7 @@ "symfony/security-core": "~2.4|~3.0.0" }, "require-dev": { + "symfony/phpunit-bridge": "~2.7|~3.0.0", "symfony/http-foundation": "~2.1|~3.0.0" }, "suggest": { diff --git a/Csrf/phpunit.xml.dist b/Csrf/phpunit.xml.dist index f6e9005bd..8f950a3d3 100644 --- a/Csrf/phpunit.xml.dist +++ b/Csrf/phpunit.xml.dist @@ -12,9 +12,7 @@ bootstrap="vendor/autoload.php" > - - - + diff --git a/Http/composer.json b/Http/composer.json index 007ae75fe..80a038708 100644 --- a/Http/composer.json +++ b/Http/composer.json @@ -23,6 +23,7 @@ "symfony/http-kernel": "~2.4|~3.0.0" }, "require-dev": { + "symfony/phpunit-bridge": "~2.7|~3.0.0", "symfony/routing": "~2.2|~3.0.0", "symfony/security-csrf": "~2.4|~3.0.0", "psr/log": "~1.0" diff --git a/Http/phpunit.xml.dist b/Http/phpunit.xml.dist index 58fe58e13..49b36f271 100644 --- a/Http/phpunit.xml.dist +++ b/Http/phpunit.xml.dist @@ -12,9 +12,7 @@ bootstrap="vendor/autoload.php" > - - - + diff --git a/composer.json b/composer.json index 946cb72c0..af7fad74f 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,7 @@ "symfony/security-http": "self.version" }, "require-dev": { + "symfony/phpunit-bridge": "~2.7|~3.0.0", "symfony/intl": "~2.3|~3.0.0", "symfony/routing": "~2.2|~3.0.0", "symfony/translation": "~2.0,>=2.0.5|~3.0.0", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7cbf08aed..7747b371c 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -7,9 +7,7 @@ bootstrap="vendor/autoload.php" > - - - +