diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-07 11:34:08 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-07 11:34:08 +0200 |
commit | 487fbf9621ebb4b642aa9385a81d99a0e6b24196 (patch) | |
tree | 31a0ad5e5cc9997cbe62c7c13abf6636ae24c097 /composer-pr4169.patch | |
parent | fa5aed5918ee7e8b94cc60fee7f7e7caedc09f2e (diff) |
composer-1.0.0-0.8.20150804gitc83650f
Diffstat (limited to 'composer-pr4169.patch')
-rw-r--r-- | composer-pr4169.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/composer-pr4169.patch b/composer-pr4169.patch deleted file mode 100644 index 46a47d3..0000000 --- a/composer-pr4169.patch +++ /dev/null @@ -1,23 +0,0 @@ -From c350bceeea660f49f92f033170aea35fae7333f2 Mon Sep 17 00:00:00 2001 -From: Remi Collet <remi@famillecollet.com> -Date: Sun, 21 Jun 2015 07:46:08 +0200 -Subject: [PATCH] Set this test as slow - ---- - tests/Composer/Test/Util/RemoteFilesystemTest.php | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/tests/Composer/Test/Util/RemoteFilesystemTest.php b/tests/Composer/Test/Util/RemoteFilesystemTest.php -index 04502eb..62a70c9 100644 ---- a/tests/Composer/Test/Util/RemoteFilesystemTest.php -+++ b/tests/Composer/Test/Util/RemoteFilesystemTest.php -@@ -136,6 +136,9 @@ public function testCallbackGetPassesThrough404() - $this->assertNull($this->callCallbackGet($fs, STREAM_NOTIFY_FAILURE, 0, 'HTTP/1.1 404 Not Found', 404, 0, 0)); - } - -+ /** -+ * @group slow -+ */ - public function testCaptureAuthenticationParamsFromUrl() - { - $io = $this->getMock('Composer\IO\IOInterface'); |