/** * The setUp() method is called the first time * an object of this class is constructed. * @method setUp */ function setUp() { parent::setUp(); }
/** * The setUp() method is called the first time * an object of this class is constructed. */ function setUp() { parent::setUp(); // INSERT YOUR CODE HERE // e.g. $this->hasMany(...) and stuff like that. }