Commit dc17fba2 authored by jackbravo's avatar jackbravo

Error while running tests: Entity class not found

parent f7988202
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment