From a6a0427bb2902b946675628b664dd576d49578b0 Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 28 Dec 2006 23:46:12 +0000 Subject: [PATCH] --- ...ndards - PHP File Formatting - General.php | 0 ...ds - PHP File Formatting - Indentation.php | 0 ...PHP File Formatting - Line termination.php | 1 + ... File Formatting - Maximum line length.php | 0 ...ng standards - Testing - Writing tests.php | 32 +++++++++++++++++++ manual/documentation.php | 10 +++++- 6 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 manual/codes/Coding standards - PHP File Formatting - General.php create mode 100644 manual/codes/Coding standards - PHP File Formatting - Indentation.php create mode 100644 manual/codes/Coding standards - PHP File Formatting - Line termination.php create mode 100644 manual/codes/Coding standards - PHP File Formatting - Maximum line length.php create mode 100644 manual/docs/Coding standards - Testing - Writing tests.php diff --git a/manual/codes/Coding standards - PHP File Formatting - General.php b/manual/codes/Coding standards - PHP File Formatting - General.php new file mode 100644 index 000000000..e69de29bb diff --git a/manual/codes/Coding standards - PHP File Formatting - Indentation.php b/manual/codes/Coding standards - PHP File Formatting - Indentation.php new file mode 100644 index 000000000..e69de29bb diff --git a/manual/codes/Coding standards - PHP File Formatting - Line termination.php b/manual/codes/Coding standards - PHP File Formatting - Line termination.php new file mode 100644 index 000000000..d3f5a12fa --- /dev/null +++ b/manual/codes/Coding standards - PHP File Formatting - Line termination.php @@ -0,0 +1 @@ + diff --git a/manual/codes/Coding standards - PHP File Formatting - Maximum line length.php b/manual/codes/Coding standards - PHP File Formatting - Maximum line length.php new file mode 100644 index 000000000..e69de29bb diff --git a/manual/docs/Coding standards - Testing - Writing tests.php b/manual/docs/Coding standards - Testing - Writing tests.php new file mode 100644 index 000000000..a3ab0dfca --- /dev/null +++ b/manual/docs/Coding standards - Testing - Writing tests.php @@ -0,0 +1,32 @@ +CLASSES

+ +

+METHODS

+ +ASSERTIONS

+