1
0
mirror of synced 2024-12-13 14:56:01 +03:00

Error while running tests: Entity class not found

This commit is contained in:
jackbravo 2007-09-03 15:32:30 +00:00
parent f798820233
commit dc17fba20c

View File

@ -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() {