From b441465ef757041276e0c90d7a83e410b2e6b763 Mon Sep 17 00:00:00 2001 From: zYne Date: Sun, 14 Jan 2007 22:45:08 +0000 Subject: [PATCH] Made the testcase template adhere to new CS --- tests/template.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/template.tpl b/tests/template.tpl index 93bbf3a10..790c0e123 100644 --- a/tests/template.tpl +++ b/tests/template.tpl @@ -30,5 +30,6 @@ * @since 1.0 * @version $Revision$ */ -class %s extends Doctrine_UnitTestCase { +class %s extends Doctrine_UnitTestCase +{ }