php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #54901
Patch Fix-url revision 2011-05-21 17:48 UTC by felipe@php.net

Patch Fix-url for Website problem Bug #54901

Patch version 2011-05-21 17:48 UTC

Return to Bug #54901 | Download this patch
Patch Revisions:

Developer: felipe@php.net

Index: write-test.php
===================================================================
--- write-test.php	(revision 311321)
+++ write-test.php	(working copy)
@@ -49,8 +49,8 @@
 php functions available.  You can  write a test on a basic language function (a string 
 function or an array function) , or a function provided by one of PHP's numerous extensions 
 (a mysql function or a image function or a mcrypt function).</p>
-<p>You can find out what functions already have phpt tests by looking in the <a href="http://cvs.php.net/viewvc.cgi/php-src/">html 
-version</a> of the cvs (php-src/ext/standard/tests/ is a good place to start looking - though not
+<p>You can find out what functions already have phpt tests by looking in the <a href="http://svn.php.net/viewvc/php/php-src/">html 
+version</a> of the svn (php-src/trunk/ext/standard/tests/ is a good place to start looking - though not
 <i>all</i> the tests currently written are in there).  If you look at the <a href="http://gcov.php.net">gcov pages</a> you 
 can see which functions have lots of tests and which need more, although these pages only
 show which lines of code are covered by test cases so even if the coverage looks good there may 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 20:01:35 2024 UTC