summaryrefslogtreecommitdiffstats
path: root/0022-fix-covers-annotation.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-06-26 11:24:36 +0200
committerRemi Collet <fedora@famillecollet.com>2013-06-26 11:24:36 +0200
commitdfb3914823d97b63bff53afd7ec05b358ce6823a (patch)
tree04ac045b388af4629011ba82da88921199e0ed86 /0022-fix-covers-annotation.patch
parent96f12ac79a75554e18147268371082a9850729a2 (diff)
php-bartlett-PHP-CompatInfo: 2.18.0 (PHP 5.5 support)
Diffstat (limited to '0022-fix-covers-annotation.patch')
-rw-r--r--0022-fix-covers-annotation.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0022-fix-covers-annotation.patch b/0022-fix-covers-annotation.patch
deleted file mode 100644
index 463147f..0000000
--- a/0022-fix-covers-annotation.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From fa13cf28168ca1b8c1cdc4cf01641479d17e5462 Mon Sep 17 00:00:00 2001
-From: Remi Collet <fedora@famillecollet.com>
-Date: Mon, 4 Feb 2013 11:14:52 +0100
-Subject: [PATCH 5/6] fix @covers annotation
-
----
- tests/Reference/CurlTest.php | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/Reference/CurlTest.php b/tests/Reference/CurlTest.php
-index 9deb8db..667e562 100644
---- a/tests/Reference/CurlTest.php
-+++ b/tests/Reference/CurlTest.php
-@@ -37,7 +37,7 @@ class PHP_CompatInfo_Reference_CurlTest
- * @covers PHP_CompatInfo_Reference_Curl::getExtensions
- * @covers PHP_CompatInfo_Reference_Curl::getFunctions
- * @covers PHP_CompatInfo_Reference_Curl::getConstants
-- * @covers PHP_CompatInfo_Reference_Curl::getFunctions
-+ * @covers PHP_CompatInfo_Reference_Curl::getClasses
- * @return void
- */
- protected function setUp()
---
-1.7.11.7
-