dev-php/symfony-filesystem: Drop old

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight@gentoo.org>
This commit is contained in:
Brian Evans
2019-08-16 10:01:42 -04:00
parent d2ce7d9b5f
commit 5fd1a4e985
3 changed files with 0 additions and 69 deletions

View File

@@ -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