summaryrefslogtreecommitdiffstats
path: root/0022-fix-covers-annotation.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-03-18 13:19:21 +0100
committerRemi Collet <fedora@famillecollet.com>2013-03-18 13:19:21 +0100
commitf2c0453470b2eebe38a0691d2b0c176e5aa51339 (patch)
tree14deaf89dc09a0cc76ccfe45e102982021bd5a43 /0022-fix-covers-annotation.patch
parent34ab9f3525c3fda2533714563df2d6a4988946bd (diff)
php-bartlett-PHP-CompatInfo: rebuild for clean-ups
Diffstat (limited to '0022-fix-covers-annotation.patch')
-rw-r--r--0022-fix-covers-annotation.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0022-fix-covers-annotation.patch b/0022-fix-covers-annotation.patch
new file mode 100644
index 0000000..463147f
--- /dev/null
+++ b/0022-fix-covers-annotation.patch
@@ -0,0 +1,25 @@
+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
+