From dc17fba20ca19bb123249b56ad475a86170a11c4 Mon Sep 17 00:00:00 2001
From: jackbravo <jackbravo@625475ce-881a-0410-a577-b389adb331d8>
Date: Mon, 3 Sep 2007 15:32:30 +0000
Subject: [PATCH] Error while running tests: Entity class not found

---
 models/Group.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/models/Group.php b/models/Group.php
index 3b6b67251..358f45a92 100644
--- a/models/Group.php
+++ b/models/Group.php
@@ -2,6 +2,8 @@
 // grouptable doesn't extend Doctrine_Table -> Doctrine_Connection
 // won't initialize grouptable when Doctrine_Connection->getTable('Group') is called
 
+require_once('Entity.php');
+
 class GroupTable { }
 class Group extends Entity {
     public function setUp() {