From 414c53e0b8dc3d2c743f735a262fb7292de9f432 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 22 Dec 2005 20:24:38 +0000 Subject: [PATCH] - Point to README.TESTING --- CODING_STANDARDS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 ------------------------------- -- 2.50.1