cellog Mon Aug 23 16:38:12 2004 EDT
Modified files:
/pear-core/tests package-PEARtests.xml pear2.phpt
Log:
fix pear2.phpt in PHP5, upgrade package-PEARtests.xml
http://cvs.php.net/diff.php/pear-core/tests/package-PEARtests.xml?r1=1.9&r2=1.10&ty=u
Index: pear-core/tests/package-PEARtests.xml
diff -u pear-core/tests/package-PEARtests.xml:1.9
pear-core/tests/package-PEARtests.xml:1.10
--- pear-core/tests/package-PEARtests.xml:1.9 Tue Aug 17 00:03:05 2004
+++ pear-core/tests/package-PEARtests.xml Mon Aug 23 16:38:12 2004
@@ -13,8 +13,8 @@
</maintainer>
</maintainers>
<release>
- <version>2.3</version>
- <date>2004-07-03</date>
+ <version>2.4.0</version>
+ <date>2004-08-23</date>
<license>PHP License</license>
<state>stable</state>
<notes>Installation package.xml for PEAR package tests</notes>
http://cvs.php.net/diff.php/pear-core/tests/pear2.phpt?r1=1.4&r2=1.5&ty=u
Index: pear-core/tests/pear2.phpt
diff -u pear-core/tests/pear2.phpt:1.4 pear-core/tests/pear2.phpt:1.5
--- pear-core/tests/pear2.phpt:1.4 Wed May 19 04:45:23 2004
+++ pear-core/tests/pear2.phpt Mon Aug 23 16:38:12 2004
@@ -172,7 +172,7 @@
if (is_string($options[0])) {
print '(static) ' . $options[0] . '::';
} else {
- print get_class($options[0]) . '->';
+ print strtolower(get_class($options[0])) . '->';
}
print $options[1] . "()\n";
} else {
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|