From 8c4d236546cb6f67356c1b8f63c63995859480f7 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 22 Dec 2005 20:24:46 +0000 Subject: [PATCH] - MFH Point to README.TESTING --- CODING_STANDARDS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CODING_STANDARDS b/CODING_STANDARDS index 3a266ba4a14..25b7f5a1e56 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 -------------------------------