diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-18 13:19:21 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-18 13:19:21 +0100 |
commit | f2c0453470b2eebe38a0691d2b0c176e5aa51339 (patch) | |
tree | 14deaf89dc09a0cc76ccfe45e102982021bd5a43 /0005-fix-covers-annotation.patch | |
parent | 34ab9f3525c3fda2533714563df2d6a4988946bd (diff) |
php-bartlett-PHP-CompatInfo: rebuild for clean-ups
Diffstat (limited to '0005-fix-covers-annotation.patch')
-rw-r--r-- | 0005-fix-covers-annotation.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/0005-fix-covers-annotation.patch b/0005-fix-covers-annotation.patch deleted file mode 100644 index 463147f..0000000 --- a/0005-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 - |