Error while running tests: Entity class not found
This commit is contained in:
parent
f798820233
commit
dc17fba20c
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue