summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-02 07:56:11 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-02 07:56:11 +0200
commitccfaa104f8d579ce4c8f89235b01efd54d1763c8 (patch)
treef7c862063e6dc08cb9110e016a4fd80e0a0696fa
parent5d2f831b9321633a58eed06330f3ea9711378b5f (diff)
missing files
-rw-r--r--php-symfony-pr19255.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/php-symfony-pr19255.patch b/php-symfony-pr19255.patch
new file mode 100644
index 0000000..afecb37
--- /dev/null
+++ b/php-symfony-pr19255.patch
@@ -0,0 +1,36 @@
+From 7696c95b17a7391fc6a1d48ff9d46512dd5e9d46 Mon Sep 17 00:00:00 2001
+From: Remi Collet <fedora@famillecollet.com>
+Date: Fri, 1 Jul 2016 08:55:04 +0200
+Subject: [PATCH] skip test with current phpunit bridge
+
+---
+ .../Component/DependencyInjection/Tests/ContainerBuilderTest.php | 3 +++
+ src/Symfony/Component/Yaml/Tests/ParserTest.php | 1 +
+ 2 files changed, 4 insertions(+)
+
+diff --git a/src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php b/src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php
+index f9f6aab..ac66d48 100644
+--- a/src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php
++++ b/src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php
+@@ -60,6 +60,9 @@ public function testDefinitions()
+ }
+ }
+
++ /**
++ * @requires function Symfony\Bridge\PhpUnit\ErrorAssert::assertDeprecationsAreTriggered
++ */
+ public function testCreateDeprecatedService()
+ {
+ ErrorAssert::assertDeprecationsAreTriggered('The "deprecated_foo" service is deprecated. You should stop using it, as it will soon be removed.', function () {
+diff --git a/src/Symfony/Component/Yaml/Tests/ParserTest.php b/src/Symfony/Component/Yaml/Tests/ParserTest.php
+index 7b36819..9e9a715 100644
+--- a/src/Symfony/Component/Yaml/Tests/ParserTest.php
++++ b/src/Symfony/Component/Yaml/Tests/ParserTest.php
+@@ -928,6 +928,7 @@ public function testFloatKeys()
+ /**
+ * @group legacy
+ * throw ParseException in Symfony 3.0
++ * @requires function Symfony\Bridge\PhpUnit\ErrorAssert::assertDeprecationsAreTriggered
+ */
+ public function testColonInMappingValueException()
+ {