cvs: pear /PHP_CompatInfo/tests PHP_CompatInfo_TestSuite_Bugs.php
[email protected] ("Laurent Laville") Mon, 12 May 2008 15:47:28 -0000
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsfarell1210607248@cvsserver> |
farell Mon May 12 15:47:28 2008 UTC
Modified files:
/pear/PHP_CompatInfo/tests PHP_CompatInfo_TestSuite_Bugs.php
Log:
fixed typo error in test case link comment
http://cvs.php.net/viewvc.cgi/pear/PHP_CompatInfo/tests/PHP_CompatInfo_TestSuite_Bugs.php?r1=1.13&r2=1.14&diff_format=u
Index: pear/PHP_CompatInfo/tests/PHP_CompatInfo_TestSuite_Bugs.php
diff -u pear/PHP_CompatInfo/tests/PHP_CompatInfo_TestSuite_Bugs.php:1.13 pear/PHP_CompatInfo/tests/PHP_CompatInfo_TestSuite_Bugs.php:1.14
--- pear/PHP_CompatInfo/tests/PHP_CompatInfo_TestSuite_Bugs.php:1.13 Mon May 12 15:43:25 2008
+++ pear/PHP_CompatInfo/tests/PHP_CompatInfo_TestSuite_Bugs.php Mon May 12 15:47:28 2008
@@ -8,7 +8,7 @@
* @package PHP_CompatInfo
* @author Laurent Laville <[email protected]>
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: PHP_CompatInfo_TestSuite_Bugs.php,v 1.13 2008/05/12 15:43:25 farell Exp $
+ * @version CVS: $Id: PHP_CompatInfo_TestSuite_Bugs.php,v 1.14 2008/05/12 15:47:28 farell Exp $
* @link http://pear.php.net/package/PHP_CompatInfo
* @since File available since Release 1.6.0
*/
@@ -355,7 +355,8 @@
*
* @return void
* @link http://pear.php.net/bugs/bug.php?id=13873
- * PHP_CompatInfo fails to scan if it finds other than encapsed string
+ * PHP_CompatInfo fails to scan conditional code
+ * if it finds other than encapsed string
*/
public function testBug13873()
{