From: Marcus Boerger Date: Thu, 22 Dec 2005 20:24:38 +0000 (+0000) Subject: - Point to README.TESTING X-Git-Tag: RELEASE_1_0_4~265 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=414c53e0b8dc3d2c743f735a262fb7292de9f432;p=php - Point to README.TESTING --- diff --git a/CODING_STANDARDS b/CODING_STANDARDS index 51f9bd9f80..25b7f5a1e5 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -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 -------------------------------