helly           Thu Dec 22 20:24:39 2005 EDT

  Modified files:              
    /php-src    CODING_STANDARDS 
  Log:
  - Point to README.TESTING
  
http://cvs.php.net/viewcvs.cgi/php-src/CODING_STANDARDS?r1=1.34&r2=1.35&diff_format=u
Index: php-src/CODING_STANDARDS
diff -u php-src/CODING_STANDARDS:1.34 php-src/CODING_STANDARDS:1.35
--- php-src/CODING_STANDARDS:1.34       Sat Nov 26 12:33:42 2005
+++ php-src/CODING_STANDARDS    Thu Dec 22 20:24:38 2005
@@ -161,7 +161,7 @@
     Bad:
     'foobar'
     'foo_bar'
-    
+
 Syntax and indentation
 ----------------------
 
@@ -207,6 +207,12 @@
     indent preprocessor directives you should put the # at the beginning
     of a line, followed by any number of whitespace.
 
+Testing
+-------
+
+[1] Extensions should be well tested using *.phpt tests. REad about that
+    in README.TESTING.
+
 Documentation and Folding Hooks
 -------------------------------
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to