]> granicus.if.org Git - php/commitdiff
- Point to README.TESTING
authorMarcus Boerger <helly@php.net>
Thu, 22 Dec 2005 20:24:38 +0000 (20:24 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 22 Dec 2005 20:24:38 +0000 (20:24 +0000)
CODING_STANDARDS

index 51f9bd9f8052f6a70bd1da8af5eb2c9c22994de1..25b7f5a1e56415ac472c1607f59182aa0dae906b 100644 (file)
@@ -161,7 +161,7 @@ Naming Conventions
     Bad:
     'foobar'
     'foo_bar'
-    
+
 Syntax and indentation
 ----------------------
 
@@ -207,6 +207,12 @@ Syntax and indentation
     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
 -------------------------------