summaryrefslogtreecommitdiff
path: root/CODING_STANDARDS
diff options
context:
space:
mode:
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 3a266ba4a..b36c1fc3b 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
-------------------------------