cvs: pear /Net_FTP/tests AllTests.php
[email protected] ("Jorrit Schippers") Tue, 06 May 2008 11:44:02 -0000
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsjschippers1210074242@cvsserver> |
jschippers Tue May 6 11:44:02 2008 UTC
Modified files:
/pear/Net_FTP/tests AllTests.php
Log:
Fix small typo in instructions
http://cvs.php.net/viewvc.cgi/pear/Net_FTP/tests/AllTests.php?r1=1.3&r2=1.4&diff_format=u
Index: pear/Net_FTP/tests/AllTests.php
diff -u pear/Net_FTP/tests/AllTests.php:1.3 pear/Net_FTP/tests/AllTests.php:1.4
--- pear/Net_FTP/tests/AllTests.php:1.3 Mon Jan 7 14:23:00 2008
+++ pear/Net_FTP/tests/AllTests.php Tue May 6 11:44:02 2008
@@ -5,7 +5,7 @@
* Net_FTP test suite file
*
* To run the tests execute this from the top directory for a CVS checkout
- * $ pear run-tests -p
+ * $ pear run-tests -ur
* or this if you've installed the package
* $ pear run-tests -pu Net_FTP
*
@@ -22,7 +22,7 @@
* @author Tobias Schlitt <[email protected]>
* @copyright 1997-2008 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License 3.0
- * @version CVS: $Id: AllTests.php,v 1.3 2008/01/07 14:23:00 jschippers Exp $
+ * @version CVS: $Id: AllTests.php,v 1.4 2008/05/06 11:44:02 jschippers Exp $
* @link http://pear.php.net/package/Net_FTP
* @link http://www.phpunit.de PHPUnit
* @since File available since Release 0.0.1