cvs: pear(MAINT_1_3_4) /Net_FTP/tests AllTests.php
[email protected] ("Jorrit Schippers") Tue, 06 May 2008 11:39:45 -0000
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsjschippers1210073985@cvsserver> |
jschippers Tue May 6 11:39:45 2008 UTC
Modified files: (Branch: MAINT_1_3_4)
/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.2.2.1&r2=1.2.2.2&diff_format=u
Index: pear/Net_FTP/tests/AllTests.php
diff -u pear/Net_FTP/tests/AllTests.php:1.2.2.1 pear/Net_FTP/tests/AllTests.php:1.2.2.2
--- pear/Net_FTP/tests/AllTests.php:1.2.2.1 Mon Jan 7 14:21:22 2008
+++ pear/Net_FTP/tests/AllTests.php Tue May 6 11:39:45 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.2.2.1 2008/01/07 14:21:22 jschippers Exp $
+ * @version CVS: $Id: AllTests.php,v 1.2.2.2 2008/05/06 11:39:45 jschippers Exp $
* @link http://pear.php.net/package/Net_FTP
* @link http://www.phpunit.de PHPUnit
* @since File available since Release 0.0.1