From: Marcus Boerger Date: Thu, 22 Dec 2005 20:24:46 +0000 (+0000) Subject: - MFH Point to README.TESTING X-Git-Tag: php-5.1.2RC2~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c4d236546cb6f67356c1b8f63c63995859480f7;p=php - MFH Point to README.TESTING --- 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 -------------------------------