summaryrefslogtreecommitdiff
path: root/dev-php/symfony-filesystem/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-18 18:16:17 +0100
commitfc637fb28da700da71ec2064d65ca5a7a31b9c6c (patch)
tree326613a08f25851c388715e205576a2e7d25dc4f /dev-php/symfony-filesystem/files
parentb24bd25253fe093f722ab576d29fdc41d04cb1ee (diff)
gentoo resync : 18.08.2019
Diffstat (limited to 'dev-php/symfony-filesystem/files')
-rw-r--r--dev-php/symfony-filesystem/files/annotate-network-tests.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-php/symfony-filesystem/files/annotate-network-tests.patch b/dev-php/symfony-filesystem/files/annotate-network-tests.patch
deleted file mode 100644
index 38c83753195f..000000000000
--- a/dev-php/symfony-filesystem/files/annotate-network-tests.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From cda6fa8801d04b149592c5789c0d060c4ca4e9db Mon Sep 17 00:00:00 2001
-From: Michael Orlitzky <michael@orlitzky.com>
-Date: Wed, 3 May 2017 18:33:56 -0400
-Subject: [PATCH 1/1] Annotate the one network test as being a part of the
- "network" group.
-
----
- Tests/FilesystemTest.php | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/Tests/FilesystemTest.php b/Tests/FilesystemTest.php
-index 1341392..a862fa8 100644
---- a/Tests/FilesystemTest.php
-+++ b/Tests/FilesystemTest.php
-@@ -156,6 +156,9 @@ class FilesystemTest extends FilesystemTestCase
- $this->assertEquals('SOURCE FILE', file_get_contents($targetFilePath));
- }
-
-+ /**
-+ * @group network
-+ */
- public function testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy()
- {
- $sourceFilePath = 'http://symfony.com/images/common/logo/logo_symfony_header.png';
---
-2.10.2
-