summaryrefslogtreecommitdiff
path: root/CODING_STANDARDS
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-12-22 20:24:46 +0000
committerMarcus Boerger <helly@php.net>2005-12-22 20:24:46 +0000
commit8c4d236546cb6f67356c1b8f63c63995859480f7 (patch)
tree207f16211d896762f025cc77be480cb26a595bb1 /CODING_STANDARDS
parenta0872d6bedf6d890e8688b6e47b7f6085352b45e (diff)
downloadphp-git-8c4d236546cb6f67356c1b8f63c63995859480f7.tar.gz
- MFH Point to README.TESTING
Diffstat (limited to 'CODING_STANDARDS')
-rw-r--r--CODING_STANDARDS6
1 files changed, 6 insertions, 0 deletions
diff --git a/CODING_STANDARDS b/CODING_STANDARDS
index 3a266ba4a1..25b7f5a1e5 100644
--- a/CODING_STANDARDS
+++ b/CODING_STANDARDS
@@ -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
-------------------------------