Example #1
0
 /**
  * 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.
 }
Example #2
0
 /**
  * The setUp() method is called the first time
  * an object of this class is constructed.
  * @method setUp
  */
 function setUp()
 {
     parent::setUp();
 }