From dd5c9d051620958956d088c53fb905facab9d28f Mon Sep 17 00:00:00 2001 From: zYne Date: Sun, 7 Jan 2007 18:04:17 +0000 Subject: [PATCH] --- manual/docs/Coding standards - Testing - Writing tests.php | 3 ++- ...started - Setting table definition - Default values.php | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/manual/docs/Coding standards - Testing - Writing tests.php b/manual/docs/Coding standards - Testing - Writing tests.php index a3ab0dfca..9b683ab39 100644 --- a/manual/docs/Coding standards - Testing - Writing tests.php +++ b/manual/docs/Coding standards - Testing - Writing tests.php @@ -11,6 +11,7 @@ of the Doctrine_Record class.

However something like Doctrine_PrimaryKey_TestCase is not valid since its way too generic.

+
  • Every class should have atleast one TestCase equivalent
  • All testcase classes should inherit Doctrine_UnitTestCase

    @@ -29,4 +30,4 @@ divide the method into smaller methods. ASSERTIONS