Error while running tests: Entity class not found
This commit is contained in:
parent
f798820233
commit
dc17fba20c
@ -2,6 +2,8 @@
|
|||||||
// grouptable doesn't extend Doctrine_Table -> Doctrine_Connection
|
// grouptable doesn't extend Doctrine_Table -> Doctrine_Connection
|
||||||
// won't initialize grouptable when Doctrine_Connection->getTable('Group') is called
|
// won't initialize grouptable when Doctrine_Connection->getTable('Group') is called
|
||||||
|
|
||||||
|
require_once('Entity.php');
|
||||||
|
|
||||||
class GroupTable { }
|
class GroupTable { }
|
||||||
class Group extends Entity {
|
class Group extends Entity {
|
||||||
public function setUp() {
|
public function setUp() {
|
||||||
|
Loading…
Reference in New Issue
Block a user